List Requisitions

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
Query Params
include
array of strings
fields[requisitions]
array of objects
fields[requisition_templates]
array of objects
fields[users]
array of objects
fields[requisition_details]
array of objects
filter[identifier]
array of strings

Filter records by Identifier

filter[identifier]
date-time

Filter records with created_at greater than this value

date-time

Filter records with created_at less than this value

date-time

Filter records with updated_at greater than this value

date-time

Filter records with updated_at less than this value

sort
array of strings

Sort records according to one or more criteria

You should not include both ascending id and descending -id fields the same time

integer
Defaults to 1

The page number of records to return

integer
0 to 1000
Defaults to 100

The number of records to return

string
enum

Include the total number of matched records within the meta key of the response object.

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json