GET AssetTypes?assetTypeId={assetTypeId}

Retrieves an asset type by its Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetTypeId

Id of the asset type

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

On success, the asset type.

NameDescriptionTypeAdditional information
Data

AssetType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "AssetTypeId": "e7126fa1-a205-402a-b719-10f5e865eef2",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "DisplayColor": "sample string 3",
    "SourceSystemId": "sample string 4",
    "CompanyId": "92db4c95-3c18-4058-8d31-b86921c3ab47",
    "CreateDate": "2024-03-29T00:19:18.2586707-07:00",
    "CreateUser": "sample string 6",
    "LastModifiedDate": "2024-03-29T00:19:18.2586707-07:00",
    "LastModifiedUser": "sample string 7"
  },
  "Total": 1,
  "Message": "sample string 1"
}