List Requisitions

When retrieving a list of requisitions using the List Requisitions endpoint:

  • you can include the creator's user, the requisition_template, and any requisition_details associated with this requisition
  • 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
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!