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": "f7a4bb8d-9820-4424-bb08-908a2ab5e350", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ecc267c4-0593-4a83-9b28-24c6a009c887", "CreateDate": "2025-09-13T21:03:20.5601299-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:03:20.5601299-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }