industry_id from GET /industries. Use a returned ID as jobFunctionId when creating a job.organization.readpage and pageSize; see the query parameters below for defaults and limits. See Pagination & filtering for examples.curl --location 'https://api.cvviz.com/v1/job-functions?page=&pageSize=&search=&industry_id=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 12,
"name": "Example"
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 10,
"totalItems": 1,
"totalPages": 1
}
}
}