GET AssetGroups?parentGroupId={parentGroupId}&take={take}&skip={skip}&sort[0].Field={sort[0].Field}&sort[0].Dir={sort[0].Dir}&sort[1].Field={sort[1].Field}&sort[1].Dir={sort[1].Dir}
Retrieves asset groups for the given parameters. All parameters are optional.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parentGroupId |
Id of the parent group, to only fetch groups within that parent group. Set to 00000000-0000-0000-0000-000000000000 to fetch only top level groups. |
globally unique identifier |
None. |
| take |
Number of groups to retrieve. Default is all groups |
integer |
None. |
| skip |
Number of groups to skip before retrieval |
integer |
Default value is 0 |
| sort |
List of sorting rules to describe how to sort the groups before retrieval |
Collection of Sort |
None. |
| Operator | string |
None. |
|
| Field | string |
None. |
|
| Value | string |
None. |
|
| Logic | string |
None. |
|
| Filters | Collection of Filter |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, a list of groups.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of AssetGroup |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"AssetGroupId": "1c2aa627-3cf7-4cb9-8c2d-a366e0515dd9",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-20T12:10:48.6280377-07:00",
"MeasurementValueNeededDate": "2026-07-20T12:10:48.6280377-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "476f57c1-3364-4ca0-baca-8bb1bb7e14bc",
"CreateDate": "2026-07-20T12:10:48.6280377-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-20T12:10:48.6280377-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1c2aa627-3cf7-4cb9-8c2d-a366e0515dd9",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-20T12:10:48.6280377-07:00",
"MeasurementValueNeededDate": "2026-07-20T12:10:48.6280377-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "476f57c1-3364-4ca0-baca-8bb1bb7e14bc",
"CreateDate": "2026-07-20T12:10:48.6280377-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-20T12:10:48.6280377-07:00",
"LastModifiedUser": "sample string 6"
}
],
"Total": 1,
"Message": "sample string 1"
}