Appearance
Companies
Fetch companies
Fetch a list of all the companies
able to broadcast on your Jobboard from Kelio ATS.
Scope
none
Endpoint
GET /jobboards/companies
Accepted params
All parameters should be in the querystring.
Param | Type | Example Value | Default | Description |
---|---|---|---|---|
order | String | created_at | created_at | Chosen field for ordering the data. Available values: [created_at ,name ,slug ] |
sort | String | desc | desc | Way of sorting the data. Available values: [asc ,desc ] |
page | Integer | 1 | 1 | Page to fetch |
per_page | Integer | 50 | 50 | Quantity of data by page (max value is 50) |
Examples
Fetch all the companies and order them by alphabetical name
GET https://api.talentview.fr/v2/jobboards/companies?order=name?sort=asc