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_id (Optional) The id of the training to search for string
user_id (Optional) The id of the user to search for string
has_attachments (Optional) Only include training completion records with attachments when true. Only include training completion records without attachments when false. Default is to include training completions regardless of attachments boolean
limit (Optional) The maximum number of completions to return. Max 1000. Defaults to 100. Use page to fetch additional responses. number
page (Optional) The page of responses to return. Defaults to 1 (the first page). Completions are sorted by date, newest first. The response field paging.last_page tells you what the last valid page number is. number