v1

latestOpenAPI 3.1.02026-07-24398280.9 KB
Organization management

Retrieve a functional unit by its ID

Use this endpoint to get a specific functional unit by its ID.

get/v1/organization/functional_units/{id}

Path parameters

idstring uuid required

The ID of the functional unit

Response

Functional unit retrieved successfully

idstring uuid required
namestring required

The name of the functional unit

descriptionstring

The description of the functional unit

defaultDisplayUnitstring required

A unit of measurement (e.g., kg, MWh, etc).

supportedUnitsUnit[] required
orgIDstring uuid nullable
subIndustryCodestring nullable required

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

measurementType'COUNTER' | 'GAUGE'

The type of measurement of the functional unit. COUNTER is used for attributes that are added across time periods (e.g., steel produced). GAUGE is used for attributes that are not added across time periods (e.g., number of employees).

Example response

{
  "defaultDisplayUnit": "kg",
  "supportedUnits": [
    "kg"
  ]
}