Data from Report

When we request data from several reports, there will be a short delay while we process the results. The initial response will give us a Request ID, a result URL, and a state of the query.

{
  "status": {
    "requestId": "123456-7890-9876-5432101234",
    "resultUrl": "mapi.placed.com/data/123456-7890-9876-5432101234",
    "state": "PENDING"
  }
}

In this case, we can retrieve data from the report once they are finished processing via this endpoint.

Path Params
string
required

The ID of the report to pull from.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json