const units = await client.units.listUnitSystems();{
"items": [
{
"name": "SI",
"quantities": [
{
"name": "Temperature",
"unitExternalId": "temperature:deg_c"
}
]
}
]
}List all unit systems.
const units = await client.units.listUnitSystems();{
"items": [
{
"name": "SI",
"quantities": [
{
"name": "Temperature",
"unitExternalId": "temperature:deg_c"
}
]
}
]
}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
Response with a list of unit systems
Show child attributes
Was this page helpful?