v7
latestSwagger 2.02026-07-13186148695.0 KBInsights
Gets a specified insight resource under a particular party.
get/parties/{partyId}/models/{modelId}/resource-types/{resourceType}/resources/{resourceId}/insights/{insightId}
Path parameters
partyIdstring required
Id of the associated party.
modelIdstring required
Id of the associated model.
resourceTypestring required
Resource type associated with the record.
resourceIdstring required
Id of the associated resource.
insightIdstring required
Id of the insight resource.
Query parameters
api-versionstring required
The requested API version
Response
Success
Example response
{
"createdDateTime": "2020-12-31T11:10:21Z",
"modifiedDateTime": "2020-12-31T11:10:21Z",
"properties": {
"key1": "value1",
"key2": 123.45
}
}