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.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!