DeveloperAPI ReferenceEntities
/api/entities
Query Parameters
type?string
Filter by entity type (required)
status?string
Filter by status
includeHidden?|
Include 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"{
"entities": [
{
"id": "string",
"type": "string",
"name": "string",
"status": "pending",
"sourcePluginId": "string",
"searchTerms": "string",
"createdAt": "string",
"updatedAt": "string",
"assets": {
"property1": "string",
"property2": "string"
},
"assetAspects": {
"property1": "string",
"property2": "string"
}
}
]
}{
"error": "string"
}