v1
latestOpenAPI 3.1.02026-07-24398280.9 KBOrganization management
Retrieve all descendants of a business entity
Use this endpoint to get all the business entities that are descendants of the entity specified by the ID. Descendants include children of a business entities and also the children of those children.
get/v1/organization/business_entities/{id}/descendants
Path parameters
idstring uuid required
The unique identifier for the business entity
Query parameters
business_entity_type_idstring uuid
filter entities by this type id
business_entity_type_category'ORG_LEVEL' | 'MID_LEVEL' | 'FACILITY_LEVEL' | 'PROCESS_LEVEL'
filter entities by this type category
Response
Business entity retrieved successfully
Example response
[
{
"name": "Manufacturing plant",
"description": "The building where things are manufactured"
}
]