Read a list of Candidates.
Request
This request is similar to /candidates
, it only returns candidates in the specified position.
GET https://api.comeet.co/positions/{uid}/candidates
Request path parameters:
Name | Type | Optional | Description |
---|---|---|---|
uid | string | Required | Position UID |
Request query parameters:
Name | Type | Optional | Description |
---|---|---|---|
include | array_string | Optional | Which optional fields to include in the response. See the Candidate schema for details. |
filter | string | Optional | |
limit | int(100) | Optional | Maximum value: 1000 |
next | string | Optional | Pagination cursor (will be returned in "next_page") |