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": "16d1780d-e09c-4040-89c5-c4c841e485bb",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T09:50:40.0242262-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:50:40.0242262-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b4278a24-903d-4482-a265-20f909ae01f0",
"CreateDate": "2025-12-21T09:50:40.0242262-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:50:40.0242262-08:00",
"LastModifiedUser": "sample string 6"
},
"Total": 1,
"Message": "sample string 1"
}