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": "ffb03b3d-036a-47b1-bfa2-d942259b3b72", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "a1c5267c-7a1b-4723-9da8-da3eb47ebd38", "CreateDate": "2025-07-31T03:16:58.1996734-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T03:16:58.1996734-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }