Skip to main content
GET
/
api
/
Groups
/
{id}
Retrieve a single Group.
curl --request GET \
  --url https://api.example.com/api/Groups/{id}
{
  "id": 123,
  "name": "<string>",
  "active": true,
  "createdByID": 123,
  "createdDate": "2023-11-07T05:31:56Z",
  "updatedByID": 123,
  "updatedDate": "2023-11-07T05:31:56Z"
}

Path Parameters

id
integer<int32>
required

Response

OK

id
integer<int32>
name
string | null
active
boolean
createdByID
integer<int32>
createdDate
string<date-time>
updatedByID
integer<int32>
updatedDate
string<date-time>