Paginering
Voorbeeld
Query Parameters
Name
Type
Description
{
"metadata": {
"timestamp": "2021-02-08T20:35:30.186Z",
"resultSet": {
"count": 2,
"limit": 30
}
},
"results": [
{
"organisation": 2,
"topOrganisation": 1,
"deleted": false,
"createdBy": "1",
"modifiedBy": null,
"externalId": null,
"archived": false,
"name": "Voorbeeld 1",
"description": "Studenten",
"id": 1,
"createdAt": "2020-12-21T16:17:55.000Z",
"updatedAt": "2020-12-21T16:17:55.000Z"
},
{
"organisation": 2,
"topOrganisation": 1,
"deleted": false,
"createdBy": "1",
"modifiedBy": null,
"externalId": null,
"archived": false,
"name": "Voorbeeld 2",
"description": "",
"id": 2,
"createdAt": "2020-10-23T15:25:07.000Z",
"updatedAt": "2021-01-14T11:10:35.000Z"
}
]
}Last updated