DeveloperAPI ReferenceEntitiesIdParents
/api/entities/{id}/parents
Path Parameters
id*string
Resource ID
Query Parameters
includeHidden?|
Allow access to entities marked hidden. Honored only with an active Aviato Afterburner license.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/entities/string/parents"{
"parents": [
{
"id": "string",
"type": "string",
"name": "string",
"relationshipType": "string",
"sortOrder": 0,
"assets": {
"property1": "string",
"property2": "string"
},
"assetAspects": {
"property1": "string",
"property2": "string"
},
"data": [
{
"id": "string",
"entityId": "string",
"pluginId": "string",
"key": "string",
"value": null
}
]
}
]
}{
"error": "string"
}