{
"hydra:member": [
{
"@id": "<string>",
"@type": "<string>",
"@context": "<string>",
"owner": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123
},
"description": "<string>",
"isProject": true,
"hasPriority": true,
"hasDueDate": true,
"hasTypes": true,
"hasStatus": true,
"hasEvents": true,
"hasDiscussion": true,
"hasFiles": true,
"isJoinable": true,
"onlyAdminsCanPost": true,
"onlyAdminsCanCreateEvents": true,
"onlyAdminsCanUploadFiles": true,
"onlyAdminsCanAddMembers": true,
"hasGroupInfo": true,
"includesAllMembers": true,
"category": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"color": "<string>",
"icon": "<string>",
"createIsGrantedRole": "USER"
},
"id": 123,
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateEnded": "2023-11-07T05:31:56Z",
"status": "<string>",
"unitType": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"discriminator": "<string>",
"isLocal": true,
"parentUnitType": {},
"hasUserType": true
},
"logo": "<string>",
"userType": "https://example.com/",
"isRoleGroup": true
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "string",
"type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}
Retrieves the collection of Group resources.
{
"hydra:member": [
{
"@id": "<string>",
"@type": "<string>",
"@context": "<string>",
"owner": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123
},
"description": "<string>",
"isProject": true,
"hasPriority": true,
"hasDueDate": true,
"hasTypes": true,
"hasStatus": true,
"hasEvents": true,
"hasDiscussion": true,
"hasFiles": true,
"isJoinable": true,
"onlyAdminsCanPost": true,
"onlyAdminsCanCreateEvents": true,
"onlyAdminsCanUploadFiles": true,
"onlyAdminsCanAddMembers": true,
"hasGroupInfo": true,
"includesAllMembers": true,
"category": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"color": "<string>",
"icon": "<string>",
"createIsGrantedRole": "USER"
},
"id": 123,
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"dateEnded": "2023-11-07T05:31:56Z",
"status": "<string>",
"unitType": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"discriminator": "<string>",
"isLocal": true,
"parentUnitType": {},
"hasUserType": true
},
"logo": "<string>",
"userType": "https://example.com/",
"isRoleGroup": true
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "string",
"type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}
The collection page number
Enable or disable pagination
asc
, desc
asc
, desc
asc
, desc
Group collection
The response is of type object
.