v1
latestOpenAPI 3.0.02026-08-06100301483.8 KBEntity
Gets all jobs
The limit and offset Parameters can be used for paging purposes.
When supplied, the limit value should be greater than or equal to one. If the value is omitted, zero or a negative number then all results after the offset will be returned.
When supplied, the offset should be greater than or equal to zero. If the value is omitted or a negative number then results will start from the first page.
Results are ordered by LastUpdated date in descending order
get/Entity/Jobs
Query parameters
lastUpdatedSincestring date-time nullable
Optionally filter jobs updated since a specific date and time
jobType'Permanent' | 'Contract' | 'Temporary' | 'FixedTerm'
Optionally filter jobs by type
statusType'Current' | 'Closed'
Optionally filter jobs by status
companyIdinteger nullable
Optionally filter jobs by company
limitinteger nullable
Optionally limit the number of results to return in one request.
offsetinteger nullable
Optionally set the number of results to skip before returning the results.