This endpoint serves the purpose of fetching skillsets.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/skillsets \ --header 'X-API-KEY: <api-key>'
{ "skillsets": [ { "id": 123, "role_title": "<string>", "default_time": "13:00", "default_comments": "<string>", "default_payroll_group": "<string>", "on_for_new_signups": 0, "client_portal_access": 0 } ], "total": 123 }
offset for pagination
Max number returned
x <= 100
OK
Show child attributes