v7
latestSwagger 2.02026-07-13186148695.0 KBReturns a paginated list of insight resources.
Path parameters
Id of the associated party.
Id of the associated model.
Resource type associated with the record.
Id of the associated resource.
Query parameters
Minimum insightStartDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.
Maximum insightStartDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.
Minimum insightEndDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.
Maximum insightEndDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.
Filters on measureKey.unit/unitValue or measureKey.value/value pairs within the Measures object. eg. "measureKey.unit eq {testValue}" where testValue is string. eg. "measureKey.value eq {testValue}" where testValue = double.
Ids of the resource.
Names of the resource.
Filters on key-value pairs within the Properties object. eg. "{testKey} eq {testValue}".
Statuses of the resource.
Minimum creation date of resource (inclusive).
Maximum creation date of resource (inclusive).
Minimum last modified date of resource (inclusive).
Maximum last modified date of resource (inclusive).
Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50.
Skip token for getting next set of results.
The requested API version
Response
Success
Example response
{
"value": [
{
"createdDateTime": "2020-12-31T11:10:21Z",
"modifiedDateTime": "2020-12-31T11:10:21Z",
"properties": {
"key1": "value1",
"key2": 123.45
}
}
]
}