v1

latestOpenAPI 3.1.02026-07-24398280.9 KB
Organization management

Retrieve a business entity by its ID

Use this endpoint to get a specific business entity by its ID.

get/v1/organization/business_entities/{id}

Path parameters

idstring uuid required

The unique identifier for the business entity

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"
}