GET ReportingGroup/Get
Gets a list of Reporting Groups.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Reporting Group| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Reporting Group |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 2,
"ParentReportingGroupId": 1,
"Description": "sample string 3",
"AccountCategory": {
"Comment": "sample string 1",
"Order": 6,
"Description": "sample string 7",
"ID": 8,
"Modified": "2025-12-16",
"Created": "2025-12-16"
}
},
{
"ID": 2,
"ParentReportingGroupId": 1,
"Description": "sample string 3",
"AccountCategory": {
"Comment": "sample string 1",
"Order": 6,
"Description": "sample string 7",
"ID": 8,
"Modified": "2025-12-16",
"Created": "2025-12-16"
}
}
]
}