This is intended to help conceptualize requests.

We recommend tools such as Postman or ApiDog for development and testing.

Advanced
Parameter Description TypeScript Value
token (Required) Your API Token string
pretty (Optional) true means the response json will include white space for readability. Default is false. boolean
limit (Optional) The maximum number of requirements to return. Max 500. Defaults to 100. Use page to fetch additional requirements. number
page (Optional) The page of requirements to return. Defaults to 1. The requirements field paging.last_page tells you what the last valid page number is. number
type (Optional) The requirement type to filter by. Must be one of the following 'Upload', 'Form', 'Signoff', 'Training' string