Skip to content
On this page

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

Open in Postman

Accepted params

All parameters should be in the querystring.

ParamTypeExample ValueDefaultDescription
orderStringcreated_atcreated_atChosen field for ordering the data. Available values: [created_at,name,slug]
sortStringdescdescWay of sorting the data. Available values: [asc,desc]
pageInteger11Page to fetch
per_pageInteger5050Quantity 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

View response example

Jobboard documentation for the Kelio ATS API