The getDataLastUpdatedDate queryType is passed to the API to get the date of when the data was last updated. No results will be available for any analysis that attempts to retrieve data for after this date.
Parameters
These parameters should be passed to the functionParameters object regardless of which method you choose to make an API request.
| Parameter | Description | Type | Defined Value Set | Value Req'd |
|---|
| queryType | Must equal getDataLastUpdatedDate. | STRING | getDataLastUpdatedDate | Y |
Responses
| Code | Type | Description |
|---|
| 200 | JSON | The requested data. |
| 401 | JSON | Occurs for various unauthorized tasks, such as not providing credentials in your parameters. |
| 500 | JSON | Occurs if an internal server error occurs. Contact Altitude Support if this occurs. |
Response Schema
| Attribute | Description | Data Type | Defined Value Set |
|---|
| LatestProcessedDataDate | An object containing a “value” property with the value of the date the data was last updated. | OBJECT | - |
Sample parameters
{"queryType": "getDataLastUpdatedDate"}