List Employee Reviews
list_reviewsRetrieve employee review records, including probation and performance check-ins, and filter by employee, reviewer, score, department, type, status, or date to pinpoint specific reviews.
Instructions
Get employee review records (probation reviews, performance check-ins etc.) including type, status, reviewer, score and review dates. For full performance review forms see list_performances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | No | Return only records with this partial text within the comments field | |
| employee | No | Employee code to only return records for that particular employee | |
| reviewer | No | Return only reviews with this partial text within the reviewer name field | |
| score_to | No | Only reviews with a score less than or equal to this figure | |
| department | No | One or more department names (separated by commas) to filter by | |
| score_from | No | Only reviews with a score greater than or equal to this figure | |
| description | No | Return only records with this partial text within the description field | |
| 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_type | No | Only list reviews matching this review type | |
| review_status | No | Only list reviews matching this review status | |
| review_date_to | No | Only reviews dated on/before this date (format yyyy-mm-dd) | |
| review_date_from | No | Only reviews dated on/after this date (format yyyy-mm-dd) |