List Checklists
list_checklistsRetrieve employee checklists (onboarding/offboarding, etc.) with status, progress percentage, and assigned/completed dates to track HR processes.
Instructions
Get employee checklists (onboarding/offboarding etc.) with status, progress percentage, assigned/completed dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee | No | Employee code to only return records for that particular employee | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| show_details | No | Include checklist item detail and attached files (true/false) | |
| assigned_date_to | No | Only checklists assigned on/before this date (format yyyy-mm-dd) | |
| checklist_status | No | Comma separated statuses. Allowed values: new, incomplete, complete, archived | |
| completed_date_to | No | Only checklists completed on/before this date (format yyyy-mm-dd) | |
| assigned_date_from | No | Only checklists assigned on/after this date (format yyyy-mm-dd) | |
| checklist_template | No | Filter by checklist template name | |
| completed_date_from | No | Only checklists completed on/after this date (format yyyy-mm-dd) |