v1
latestOpenAPI 3.0.02026-08-06100301483.8 KBEntity
Gets all placements
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/Placements
Query parameters
lastUpdatedSincestring date-time nullable
Optionally filter placements updated since a specific date and time
placementType'Permanent' | 'Contract' | 'Temporary' | 'FixedTerm'
Optionally filter placements by type
companyIdinteger nullable
Optionally filter placements 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.