| Parameter | Type | Default | Description |
|---|---|---|---|
| per_page | integer | 100 | Number of results to be returned per request (100 is the maximum) |
| page_no | integer | 1 | Number of results page |
| sort_by | string[] | ["sorting_priority", "title"] | See: Sorting params |
| sort_directions | string[] | ["DESC", "ASC"] | See: Sorting params |
{
"job_postings": [], // List of JobPostings - see 'JobPosting model'
"pagination_info": {} // Pagination info - see 'Pagination info'
}