Next Topic

Previous Topic

Book Contents

Get Asset Types

Returns an array of asset type records.

GET /assetmgmt/assettypes

Headers

Model Schema

Field

Datatype

Filterable

Sortable

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "AssetTypeId": 0,
      "AssetTypeName": "string",
      "ParentAssetTypeId": 0,
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}