3.1.1 Request Parameters

The following sections cover the Request Parameters:

Request Header Details

Table 3-1 Request Header Details

Name Type Required Value
Content-Type String Yes application/json

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 3-2 Request JSON Parameters

Name Type Required Description
name String Yes A unique 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 3-1 Destination


Destination

Request JSON Sample

{
    "name": "NEWTEST",
    "objectName": "BIP/Reports"
}