GET applications/{app_id}/reports/{report_id}/execute

Generate a report. Deprecated, and will be removed in a future version. New applications should not use this endpoint, but the standard /reports/:report_id/execute endpoint instead.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app_id

string

Required

report_id

string

Required

Body Parameters

None.

Response Information

Resource Description

Example URI: https://domain.com/iv2/apis/v2/application/applications/:app_id/reports/:report_id/execute

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.