Placements
List placements
Returns a list of placements. Supports pagination, filtering by company, sort options, and applied filters. Returns candidate, company, job, fee, and placement metadata.
get/placements
Query parameters
pageinteger
pageSizeinteger
companyIdstring
modifiedSincestring date-time
Filter placements modified on or after this date.
modifiedUntilstring date-time
Filter placements modified on or before this date.
Response
Successfully retrieved placements. Returns items array with pagination info containing page number, page size, and total count.
Example response
{
"items": [
{
"fee": {
"net": {
"amount": 10000
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.