Units
Endpoints for describing and managing Units
Request a list of units
Block Model API
Version: 1.42.9
Get the list of available units
Parameters
Returns
200
Successful Response
Endpoint
GET
/blockmodel/orgs/{org_id}/unitsRequest
cURL
curl -X GET 'https://{service_host}/blockmodel/orgs/{org_id}/units' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
Response
[
{
"conversion_factor": 0,
"description": "string",
"symbol": "string",
"unit_id": "string",
"unit_type": "LENGTH"
}
]