List Employee Skills
list_skillsRetrieve employee skill records with skill name, rating, and comments. Filter by employee, department, skill name, rating range, or comment text to analyze workforce competencies.
Instructions
Get employee skill records including skill name, rating and comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | No | Return only skill records with this partial text within the comments field | |
| 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 | |
| skill_name | No | Return all skills which have this name | |
| 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. | |
| skill_rating | No | Return all skills which have this rating | |
| skill_rating_to | No | Return all skills with a rating at or below this value (numeric or text rating) | |
| skill_rating_from | No | Return all skills with a rating at or above this value (numeric or text rating) |