Get test skillareas
Retrieve the skillareas under the test
Authorizations
Path parameters
organizationstringRequired
Name of the organization | can be found in the URL
teststringRequired
id of the test to return
Responses
200
successful operation
application/json
Skill areas that are created by contributors of kandio.
idinteger · int64Optional
Unique identifier of the skillaera
namestringOptional
Name of the skillarea
descriptionstringOptional
Description of the skillarea
questionsinteger · int64Optional
Number of questions
time_limitinteger · int64Optional
Time limit on the skillarea
400
Invalid Test
404
Test not found
get
/{organization}/tests/{test}/skillareasLast updated