latestOpenAPI 3.0.12026-08-103995881.2 MB

053edab62415

reporting_groups

Get a Reporting Group by Id

get/app/v1/reporting_groups/{id}

Path parameters

idstring required
Example:subpartw

ID of report group

Response

A successful operation

namestring
descriptionstring
prioritynumber

default to 1

idstring
created_atstring date-time
updated_atstring date-time
created_bystring uuid
updated_bystring uuid
company_idstring uuid

Example response

{
  "name": "SubpartW",
  "description": "my reporting group",
  "priority": 2,
  "id": "subpartw"
}