jobs.readpage and pageSize; see the query parameters below for defaults and limits. See Pagination & filtering for examples.curl --location 'https://api.cvviz.com/v1/jobs//screening-questions?page=&pageSize=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 311,
"questionId": 121,
"question": "Are you legally authorized to work in this location?",
"type": "single_choice",
"required": true,
"demographic": false,
"choices": [
{
"id": 410,
"label": "Yes"
}
]
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 10,
"totalItems": 1,
"totalPages": 1
}
}
}