GET Assets?assetId={assetId}&includeAllAncestors={includeAllAncestors}
Retrieves an asset by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId |
Id of the asset |
globally unique identifier |
Required |
| includeAllAncestors |
Indicates whether to include all ancestor assets and groups or just the immediate parents |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
On success, the asset.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Asset |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AssetId": "adbeb46c-3958-46e5-bd7b-5cb5bc8e1a37",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5ffa3038-63eb-42c9-af63-8a9db3894dda",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "27fb7337-536a-41db-9577-ab6b901b8d17",
"CreateDate": "2026-02-03T04:23:05.6625294-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:23:05.6625294-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bfd92855-13ea-423a-ab5d-ef5062646838",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-03T04:23:05.6625294-08:00",
"MeasurementValueNeededDate": "2026-02-03T04:23:05.6625294-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d9aa64bd-af25-4b56-8b84-fa04b28503c3",
"CreateDate": "2026-02-03T04:23:05.6625294-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T04:23:05.6625294-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-03T04:23:05.6625294-08:00",
"MeasurementValueNeededDate": "2026-02-03T04:23:05.6625294-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "676c20f1-780e-449b-a4d4-78dc6736bbd1",
"CreateDate": "2026-02-03T04:23:05.6625294-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T04:23:05.6625294-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}