Last updated 3 years ago
Return a collection of skillareas
Name of the organization | can be found in the URL
Skill areas that are created by the organization for own organization use.
GET /{organization}/skillareas HTTP/1.1 Host: Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
Skillarea collection after a successful request
[ { "id": 1, "name": "text", "description": "text", "questions": 1, "time_limit": 1 } ]