GET AssetTypes?assetTypeId={assetTypeId}
Retrieves an asset type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetTypeId |
Id of the asset type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the asset type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AssetType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AssetTypeId": "7c7c54c4-a046-464f-b85d-c99e43b18fb8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4c6cdf5e-7aca-4d4e-a0ad-463c9aae969e",
"CreateDate": "2026-06-08T03:26:09.9515717-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-08T03:26:09.9515717-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}