Get All Asset Types for Record Type

Returns all asset types for a given record type.

Resource Information

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

Request Information

Field or Parameter Type Required Values Description Automation Version
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
group string No   Filter the record types by asset group. 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
recordTypeId string Yes Get All Record Types The unique record type id assigned by the Civic Platform server. 9.0.0

Response Information

Field Type Description Automation Version
result[] result{} Contains asset type information. 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.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