GET AssetGroups?assetGroupId={assetGroupId}
Retrieves an asset group by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetGroupId |
Id of the group |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the group.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AssetGroup |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AssetGroupId": "c40a2e71-456b-4693-8534-4d8bb2e1528a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-24T15:03:41.1651797-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:03:41.1651797-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "3422a7cc-678c-4785-8a0d-446d2811b5eb",
"CreateDate": "2026-05-24T15:03:41.1651797-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:03:41.1651797-07:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}