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": "88f81819-5bda-404d-b19c-9b4fab99d24e", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "b070952c-5ca5-43af-888a-b003eb9b1dac", "CreateDate": "2025-04-24T13:59:58.6188638-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T13:59:58.6188638-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }