queryType: getDataLastUpdatedDate

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.

ParameterDescriptionTypeDefined Value SetValue Req'd
queryTypeMust equal getDataLastUpdatedDate.STRINGgetDataLastUpdatedDateY

Responses

CodeTypeDescription
200JSONThe requested data.
401JSONOccurs for various unauthorized tasks, such as not providing credentials in your parameters.
500JSONOccurs if an internal server error occurs. Contact Altitude Support if this occurs.

Response Schema

AttributeDescriptionData TypeDefined Value Set
LatestProcessedDataDateAn object containing a “value” property with the value of the date the data was last updated.OBJECT-

Sample parameters

{"queryType": "getDataLastUpdatedDate"}