List Hiring Goals
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
opening_id
integer
Filter by a particular Opening (also known as Funnel)hiring_goal_id
string
Filter by a specific Hiring Goal IDpage
integer
The page of results to viewper_page
integer
The number of results to return per pagesort_by
string
The field by which to sort resultssort_direction
string
enum
The direction in which results are sortedascdesc
status
string
enum
Filter by the Hiring Goal statusunfilledfilled
current
boolean
Filter to current Hiring Goals. Current is defined by Hiring Goals with ahire_bydate greater and or equal to today.truefalse
past
boolean
Filter to past Hiring Goals. Current is defined by Hiring Goals with ahire_bydate before today.truefalse
open
boolean
Filter to open Hiring Goals. Open Hiring Goals are Hiring Goals who have not been closed (closed_at == nil)truefalse
created_at_gt
string
Filter to Hiring Goals created after this date (ISO 8601 format)created_at_lt
string
Filter to Hiring Goals created before this date (ISO 8601 format)updated_at_gt
string
Filter to Hiring Goals updated after this date (ISO 8601 format)updated_at_lt
string
Filter to Hiring Goals updated before this date (ISO 8601 format)hire_by_gt
string
Filter to Hiring Goals with hire_by date after this date (ISO 8601 format)hire_by_lt
string
Filter to Hiring Goals with hire_by date before this date (ISO 8601 format)
Example API Response Codes
200 OK401 Unauthorized501 NotImplemented
Sample cURL Request
curl --request GET \
--url https://api.fountain.com/v2/hiring_goals \
--header 'accept: application/json'
Try It
Click Try It! to start a request and see the response here! Or choose an example:
- application/json
200401501