39.2 Request JSON Parameters
The following sections cover the Request Parameters:
Authorization
Authorization will be enabled through bearer token, this token is being generated through OAuth2 protocol, which is for granting access to the remote APIs.
Table 39-2 Request JSON Parameters
Name | Type | Required | Description |
---|---|---|---|
name |
String | Yes | A unique AlphaNumeric name. |
objectName |
String | Yes | The parameter is used to identify the report scheduled via BI Publisher UI. The parameter is a concatenation of the "Prefix" and "File Name" (separated by "/") defined while adding the destination configuration of BI Publisher report scheduling. For example, see the following screen shot. |
Figure 39-1 Destination

Request JSON Sample
{
"name": "NEWTEST",
"objectName": "BIP/Reports"
}