Parameter | Description |
---|---|
Page | The page to be returned. |
Size | The number of elements to be returned in a single page. |
{
"data": [
{
"id": "string",
"name": "string",
"organization": {
"id": "string",
"value": "string"
}
}
],
"meta": {
"page": {
"number": "string",
"size": "string",
"totalElements": "string",
"totalPages": "string"
}
}
}
Was this page helpful?