get https://{subdomain}.pinpointhq.com/api/v1/requisitions
When retrieving a list of requisitions using the List Requisitions endpoint:
- you can
includethecreator's user, therequisition_template, and anyrequisition_detailsassociated 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:idnamerequisition_template_ididentifierjob_idcreator_idstatuscreated_atupdated_at
