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": "1ea74797-05cc-4cf1-a334-6750cc51d367", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6406699b-e7b0-4a0a-9b2d-f9f9ca18d32b", "CreateDate": "2025-06-30T23:32:01.4774256-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T23:32:01.4774256-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }