v1
latestOpenAPI 3.1.02026-07-24398280.9 KBOrganization management
List business entities in an org
Use this endpoint to get a list of business entities that meet a specific filtering criteria.
get/v1/organization/business_entities
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
the list of business entities
Example response
[
{
"name": "Manufacturing plant",
"description": "The building where things are manufactured"
}
]