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
training_ids (Optional) Filters by the training id. number[]
m_user_ids (Optional) Filters by the user id. string[]
limit (Optional) The maximum number of responses to return. Max 1000. Defaults to 1000. Use page to fetch additional responses. number
page (Optional) The page of responses to return. Defaults to 1. The response field paging.last_page tells you what the last valid page number is. number
include_all_completions (Optional) By default, only required trainings are included in the "last_completed" field. A required training is one that has been assigned either directly or indirectly. Setting this to true will include all trainings with completions. This will add an additional field "is_required." boolean