Lcm_Reports_Location
Lcm_Reports_Location
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.
JSON Example
{
"uri": "string",
"download_file_token": {
"token": "string",
"expiry": "string"
}
}
string As uri
uri
Required
Report Download URI.
download_file_token
Required
The Reports.Token structure contains information about the token required in the HTTP GET request to generate the report.