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": "278a7f82-b020-4f61-b9ea-db159530d1e8",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "f781d7ea-c644-4a2b-b515-ae100f09c150",
"CreateDate": "2026-07-15T13:21:49.2418963-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-15T13:21:49.2418963-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}