v1
latestOpenAPI 3.1.02026-07-26167644759.4 KBPlacements
Search placements
Returns a list of placements that match the provided filters. Search placements by filters, sort, and free-text query. Returns candidate, company, job, fee, and placement metadata.
post/placements/_search
Request body
Response
Successfully searched placements. Returns items array with pagination info containing page number, page size, and total count.
Example response
{
"items": [
{
"fee": {
"net": {
"amount": 10000
}
}
}
]
}