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": "b0eda06a-249a-4960-8cf7-2d695cf8d0be", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "074f6990-c1e5-49b6-b581-2c9b7bc62665", "CreateDate": "2024-11-22T14:24:34.3292217-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-22T14:24:34.3292217-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }