<aside> 💡 Table of contents:
</aside>
Production
https://mingle.ro
GET /open-api/v1/boards/career
Returns a paginated list of jobs that are posted on company’s careers page.
Query Parameters
company
(required) The unique identifier of the companyterm
(optional) A free text search term for filtering jobs by title.offset
(optional) The index of the starting element [default 0]limit
(optional) The max number of results in a page [default 100]sort
(optional) How to order the results. [default new] Supported values:
new
Newly created jobs are displayed first.recent
The most recently updated jobs are displayed first.lexical
Jobs are displayed in alphabetical order by title.Response
pagination
: Information about results pagination.
hasPrevious
: (boolean) Specifies whether there is a previous page.hasNext
: (boolean) Specifies whether there is a next page.content
: An array of job objects.
uid
: The unique identifier of the job.title
: The title of the job.description
: The description of the job in HTML format.url
: The web link to the apply page.company
: Info about the company that posted the job.
uid
: The unique identifier of the companylabel
: The name of the companydepartment
: The department of the job
uid
: The unique identifier of the departmentlabel
: The name of the departmentlocations
: A list of cities
uid
: The unique identifier of the locationlabel
: The name of the locationExample Request
<https://mingle.ro/open-api/v1/boards/career?company=watercooler>
Example Response