Search work locations

Search and page through a specific employer's work locations.

Path Params
string
required

Identifier of the parent employer whose work locations to search.

Body Params

Request body for work-location search. filters is required — send an empty
array ([]) to return every work location of the employer. fields is
optional; omit it to return all available fields. limit defaults to 50.

Request body for work-location search. filters is required — send an empty
array ([]) to return every work location of the employer. fields is
optional; omit it to return all available fields. limit defaults to 50.

fields
array of strings | null
Defaults to /workLocation/id,/workLocation/name,/workLocation/type,/workLocation/status

Field IDs to include in each result item. When omitted, all available
fields are returned. Discover the authoritative field catalog (including
custom fields) via the work-location metadata search endpoint;
out-of-the-box field IDs are also listed as keys on the WorkLocation
response schema.

fields
filters
array of objects
required
Defaults to []

Filters to apply within the employer's work locations. An empty list
returns every work location of the employer the caller has permission to
view.

filters*
integer | null
1 to 200
Defaults to 50

Maximum number of items per page (allowed range 1–200). Defaults to 50.

string | null

Opaque cursor from a previous response's response_metadata.next_cursor.
Omit on the first request.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json