LcmReportsLocation
The Reports.Location structure contains the URI location to download the report from, as well as a token required (as a header on the HTTP request) to get the bundle. The validity of the token is 5 minutes as best attempt. After the token expires, any attempt to call the URI with said token will fail.
Properties
download_file_token
Required
Information about the token required in the HTTP GET request to retrieve the report
string as uri
uri
Required
Report Download URI.
JSON Example
{
"download_file_token": {
"expiry": "string",
"token": "string"
},
"uri": "string"
}