| name | data type | description |
|---|---|---|
| results | array of ApiGroupResponse | |
Properties inherited from ApiResponse |
||
| _links | ApiLinksResponse | |
| results | array of object | |
| limit | number | |
| skip | number | |
| size | number | |
Example
{
"results" : [ {
"id" : "5bBePJwK9ycB1QnjOlot",
"externalId" : "123456",
"name" : "Board",
"about" : "Our meetings are the first Tuesday of every month.",
"color" : "#419BF9",
"membershipCount" : 6,
"isVisibleInApp" : true,
"state" : "ARCHIVED",
"createdAt" : "2021-04-23T18:25:43.511Z",
"modifiedAt" : "2021-04-23T18:25:43.511Z"
}, {
"id" : "...",
"externalId" : "...",
"name" : "...",
"about" : "...",
"color" : "...",
"membershipCount" : 12345,
"isVisibleInApp" : true,
"state" : "ORIGINAL",
"createdAt" : "...",
"modifiedAt" : "..."
} ],
"_links" : {
"base" : "https://api.socie.nl",
"next" : "/api/v1/members?skip=5&limit=5",
"prev" : "/api/v1/members?skip=0&limit=5",
"self" : "https://api.socie.nl/api/v1/members"
},
"limit" : 5,
"skip" : 10,
"size" : 1
}