get
https://api.hcssapps.com/skills/api/v1/employeeSkills
Returns a cross join of employees and skills, with each result representing a single skill for a single employee. For example, if there are 10 employees and each employee has 10 skills, this call will return 100 results.
A response header called "Pagination-MorePagesAvailable" will be sent in the response with a value of "yes" or "no", indicating whether more pages are available after this one. That is, if the header value is "yes", the client should request the next page.