Get All Asset Types

Returns all asset types, which can be filtered by asset group.

Resource Information

Scope assets
App Type Agency
Authorization Type Access token
URI /v4/settings/assettypes/types?assetGroup={assetGroup}&offset={offset}&limit={limit}&fields={fields}&lang={lang}
HTTP Method GET
Automation Version(s) 9.0.0

Request Information

Field or Parameter Type Required Values Description Automation Version
assetGroup string No   The name of the asset group. For example: Water or Street. An Asset Group is an agency-defined collection of objects the agency owns or maintains. 9.0.0
fields string No   Comma-delimited names of fields to be returned in the response. Note: Field names are case-sensitive and only first-level fields are supported. Invalid field names are ignored. 9.0.0
lang String No   Indicates the language applied. 9.0.0
limit long No   Indicates the number of items that are returned in each page. 9.0.0
offset long No   Indicates the offset start of each page by the number specified. 9.0.0

Response Information

Field Type Description Automation Version
result[] result{} Contains asset type information. 9.0.0
result.display string Displays the hierarchical name of the asset type, which includes the asset group and type. 9.0.0
result.gisIDForAssetID string The name of the GIS ID field that is mapped to the asset ID. 9.0.0
result.gisLayer result.gisLayer{} The GIS layer in the GIS service to be used with the asset. The GIS layer should be a configured map layer on the GIS service in Accela GIS Administration. 9.0.0
result.gisLayer.display string The display name of the GIS layer ID. 9.0.0
result.gisService string The GIS service to be used with the asset. The GIS service should be a configured map service in Accela GIS Administration. 9.0.0
result.group string The name of the asset group. For example: Water or Street. An Asset Group is an agency-defined collection of objects the agency owns or maintains. 9.0.0
result.id string The unique identifier of the asset type. 9.0.0
result.type string The type of asset. For example: Hydrant or Manhole. An Asset Type is an agencydefined classification of similar objects that share the same standard asset attributes. Related asset types belong to an asset group, and multiple asset types can share the same Class Type. 9.0.0
status integer The request status. 9.0.0