List Performance Reviews
list_performancesRetrieve performance review cycles with status, template, and key dates. Optionally include form-level statuses and full Q&A, filtered by employee, department, or review status.
Instructions
Get performance review cycles with status, template, assigned/review/completed dates. Optionally include individual form statuses (employee/manager/peer/user) and the full questions and answers (significantly increases response time, so combine with other filters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee | No | Employee code to only return records for that particular employee | |
| location | No | One or more location names (separated by commas) to filter by | |
| position | No | One or more position names (comma separated) | |
| form_data | No | Comma separated list of form types (employee, manager, peer, user) to include individual form statuses for | |
| department | No | One or more department names (separated by commas) to filter by | |
| 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. | |
| review_status | No | Only reviews with this status (blank returns all) | |
| review_date_to | No | Only reviews due on/before this date (format yyyy-mm-dd) | |
| include_answers | No | Include all questions and answers for the requested forms (slow; use other filters to reduce results) (true/false) | |
| assigned_date_to | No | Only reviews assigned on/before this date (format yyyy-mm-dd) | |
| review_date_from | No | Only reviews due on/after this date (format yyyy-mm-dd) | |
| completed_date_to | No | Only reviews completed on/before this date (format yyyy-mm-dd) | |
| employment_status | No | One or more employment status names (comma separated) | |
| assigned_date_from | No | Only reviews assigned on/after this date (format yyyy-mm-dd) | |
| completed_date_from | No | Only reviews completed on/after this date (format yyyy-mm-dd) |