Describe Asset Unit Types
| Scope: | get_ref_asset_unit_types |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/system/asset/unitTypes?lang={lang} |
| HTTP Method: | GET |
Response Information
application/json
{
"assetUnitTypes": [
{
"id": "sample string 1",
"display": "sample string 2",
"type": "sample string 3",
"description": "sample string 4"
}
]
}