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": "444b5a55-69d6-49ad-865a-a72c679966ec", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6d28c316-6f6d-4245-8e22-1db2708c0dc3", "CreateDate": "2025-06-02T08:23:26.8195417-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T08:23:26.8195417-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }