List Employee Grievances
list_grievancesRetrieve employee grievance and harassment records with type, status, description, and actioned-by. Filter by employee, department, date range, or status to identify and resolve issues promptly.
Instructions
Get employee grievance / complaint / harassment records including type, status, description, actioned-by and reported dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee | No | Employee code to only return records for that particular employee | |
| department | No | One or more department names (separated by commas) to filter by | |
| actioned_by | No | Return only records where the 'actioned by' field contains this partial name | |
| 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. | |
| grievance_type | No | Only list records matching this grievance type | |
| grievance_status | No | Only list records matching this grievance status | |
| reported_date_to | No | Only grievances reported on/before this date (format yyyy-mm-dd) | |
| reported_date_from | No | Only grievances reported on/after this date (format yyyy-mm-dd) |