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": "4bb17ac0-cf0c-482b-9c15-1875bb3e08e2",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "2624b6c5-6829-4444-99a0-899f7297cf48",
"CreateDate": "2026-03-15T18:00:54.1888205-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-15T18:00:54.1888205-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}