Get All Asset Class Types

Returns all out-of-the-box asset class types in Civic Platform.

Resource Information

Scope assets
App Type Agency
Authorization Type Access token
URI /v4/settings/assettypes/classTypes?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
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 the asset class types. 9.0.0
result.<classType> string An asset class type. 9.0.0
status integer The request status. 9.0.0