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": "c9604782-dc8c-4ac2-8c71-8c7a224efdfa",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "394f3a12-789b-4c3f-a6dc-ffa0a9eacf9d",
"CreateDate": "2026-08-11T22:26:01.1403093-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-11T22:26:01.1403093-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}