Get All Asset Rating Types

Returns all configured asset rating types. Specify both {assetType} and {assetGroup} parameters to filter by asset type and asset group.

Resource Information

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

Request Information

Field or Parameter Type Required Values Description Automation Version
assetGroup string Yes   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. 8.0
assetType string Yes Get All Asset Types 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. 8.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 rating type information. 9.0.0
result.manualEntryRatingValue string If 'Y', a user can create a rating formula. If the user creates a formula, the user can enter manual rating values in addition to the calculated rating values. If the user does not create a formula, the user must enter rating values manually. If 'N', the user must create a rating formula. 9.0.0
result.recordStatus string The status of the rating type. 9.0.0
result.updatedBy string The person who last updated the rating type. 9.0.0
result.updatedDate dateTime The date the rating type was last updated. 9.0.0
status integer The request status. 9.0.0