get

Search and list placements.
In Loxo, a placement is a hire, hired candidate, successful hire, or filled position.

The query param is a Lucene query_string.
Unqualified terms match person_name, company_name, job_title, person_emails, and person_phones.
Field-qualified terms (field:value), ranges, and boolean AND/OR/NOT also work over those plus person_id, job_id, start_date, end_date, id, created_at, and updated_at.
E.g. job_title:"software engineer" AND company_name:acme, person_name:"jane doe", created_at:[now-12M TO now].

Structured filters (separate params):

  • job_id
  • person_global_status_id

Scroll pagination.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string

A cursor used to retrieve the next page of results.
Returned in each response.

integer

ID of the job

string

Search query. Supports Lucene query syntax.

integer
boolean
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!