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": "772bbf3d-3514-4995-9659-8984f9190c75", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "81b2c57d-917f-4173-8f65-3d364964af6e", "CreateDate": "2025-09-16T01:57:58.2714048-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:57:58.2714048-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }