GET groups Id
GET
/groups/{id}AuthorizationBearer <token>
Paste your JWT token here
In: header
Path Parameters
idinteger
The unique identifier of the group to retrieve.
Format
int32Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://loading/groups/0"{
"id": 0,
"name": "string",
"active": true,
"type": "Committee",
"groupPicturePath": "string"
}{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}