Skip to main content

Get Insights Report by ID

API Description

Get a specific report resource, including resource state. Supply the unique Apple-generated ID assigned to the partner's report, and the service will return the corresponding resource.

Request

URI Parameters

NameInput
orgId
REQUIRED
id
REQUIRED
Path Template
GET {url}/api/{version}/orgs/{orgId}/reports/{id}
Path Example
GET {url}/api/v1/orgs/9467895078742654934/reports/9467895078742654967

Request Headers

NameInput
Authorization
REQUIRED
Accept
OPTIONAL
Example Request Headers
Authorization: Bearer <access_token>
Accept: application/json

Request Body

None

Response

200 OK or Error

Response Headers

Name
apple-request-id
content-type
Example Response Headers
HTTP/1.1 200 OK
apple-request-id: 90e37155-2e8a-4584-b72f-e07d54e45c92
content-type: application/json

Response Body

Refer to Quick Report's response body.