Get Asset CA Types
| Scope: | get_ref_asset_catypes |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/system/asset/assetcatypes?lang={lang}&offset={offset}&limit={limit} |
| HTTP Method: | GET |
Response Information
application/json
{
"assetCATypes": [
{
"id": "sample string 1",
"display": "sample string 2"
}
]
}