get https://{subdomain}.pinpointhq.com/api/v1/requisitions
When retrieving a list of requisitions
using the List Requisitions endpoint:
- you can
include
thecreator
's user, therequisition_template
, and anyrequisition_details
associated with thisrequisition
- you can pull through only specific fields using
fields[requisitions]={field-name}
in the params, replacing{field-name}
with a field you wish to see. For multiple fields, you can separate the fields by commasfields[requisitions]=name,creator_id
. This works for:id
name
requisition_template_id
identifier
job_id
creator_id
status
created_at
updated_at