Data structure
Status Code
The data sources return a code that details the status of the query. This code is identified as statusCode
and helps in interpreting the results.
Value | Description |
---|---|
01 | Query performed successfully |
02 | Invalid or insufficient data |
05 | Awaiting processing |
50 or 70 | Failed to perform query |
55 | Unavailable |
Data
The data sources return, by default, an object called data
that contains the queried data. Each source has a different schema for returns in this field and this can be seen on each source's page.
Last updated