GET ItemReportGroup/Get

Retrieves a collection of Item Report 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 Item Report Group
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Item Report Group

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 2,
      "Name": "sample string 3",
      "ItemReportingGroupTypeId": 4,
      "ItemReportingGroupType": "sample string 5",
      "ReportingGroupId": 1,
      "AccountCategoryId": 1,
      "AccountCategory": {
        "Comment": "sample string 1",
        "Order": 6,
        "Description": "sample string 7",
        "ID": 8,
        "Modified": "2024-03-28T00:00:00+10:00",
        "Created": "2024-03-28T00:00:00+10:00"
      }
    },
    {
      "ID": 2,
      "Name": "sample string 3",
      "ItemReportingGroupTypeId": 4,
      "ItemReportingGroupType": "sample string 5",
      "ReportingGroupId": 1,
      "AccountCategoryId": 1,
      "AccountCategory": {
        "Comment": "sample string 1",
        "Order": 6,
        "Description": "sample string 7",
        "ID": 8,
        "Modified": "2024-03-28T00:00:00+10:00",
        "Created": "2024-03-28T00:00:00+10:00"
      }
    }
  ]
}