v1

latestOpenAPI 3.1.02026-07-24398280.9 KB
Organization 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

idstring uuid required
orgIDstring uuid
parentIDstring uuid nullable
namestring required

The name of the business entity

descriptionstring

A description of the business entity

countryCodestring

The country code of the business entity.

subIndustryCodestring nullable

The sub-industry code of the business entity or functional unit, formatted as eight digits.

facilityTypeIDstring uuid nullable

The facility type of the business entity if it is a facility.

processTypeIDstring uuid nullable

The process type of the business entity if it is a process.

businessEntityTypeIDstring uuid
defaultFunctionalUnitIDstring uuid
defaultDisplayUnitstring

The default display unit for the functional unit of the business entity

activeStartTimestampnumber

The timestamp when the business entity becomes active, in milliseconds since epoch

activeEndTimestampnumber

The timestamp when the business entity becomes inactive, in milliseconds since epoch

Example response

[
  {
    "name": "Manufacturing plant",
    "description": "The building where things are manufactured"
  }
]