List Employee Position History
list_positionsRetrieve employee position history records with position name, remuneration, pay level, and dates. Filter by employee, department, pay level, remuneration range, and commence/completion dates.
Instructions
Get employee position (job) history records including position name, remuneration, pay level and commence/completion dates.
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 | |
| paylevel | No | Return position records where the pay level contains this text | |
| position | No | Only list records matching this position name | |
| 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. | |
| remuneration_to | No | Only positions with remuneration less than or equal to this figure | |
| commence_date_to | No | Only positions which commenced on/before this date (format yyyy-mm-dd) | |
| remuneration_from | No | Only positions with remuneration greater than or equal to this figure | |
| commence_date_from | No | Only positions which commenced on/after this date (format yyyy-mm-dd) | |
| completion_date_to | No | Only positions completed on/before this date (format yyyy-mm-dd) | |
| completion_date_from | No | Only positions completed on/after this date (format yyyy-mm-dd) |