back

Describe Asset Types

Scope: get_ref_asset_types
App Type: Agency
Authorization Type: Access token
Url: v3/system/asset/types?lang={lang}&offset={offset}&limit={limit}
HTTP Method: GET

Response Information

application/json

{
  "types": [
    {
      "id": "sample string 1",
      "display": "sample string 2",
      "group": "sample string 3",
      "gisService": "sample string 4",
      "gisIDForAssetID": "sample string 5",
      "gisLayer": {
        "id": "sample string 1",
        "display": "sample string 2"
      }
    }
  ],
  "page": {
    "totalRows": 1,
    "hasMore": true
  }
}