- /backend/accounts/{userId}
- GET information about userId or PUT new information.
- /backend/assessment/question/{questionId}
- GET information about questionId. Special questionIds: first identifies first question. count returns total number of questions.
- /backend/accounts/{userId}/assessment
- GET the assessment summary for userId or DELETE userId's assessment.
- /backend/accounts/{userId}/assessment/answers/{questionId}
- GET userId's answer to questionId, PUT a new answer, or DELETE an answer.
- /backend/training/{level}
- GET all video information for level.
- /backend/training/{level}/videos/{videoId}
- GET video information for videoId in level.
- /backend/accounts/{userId}/training
- GET training record summary for userId.
- /backend/accounts/{userId}/training/videos/{videoId}
- GET training record for userId and videoId or PUT a new record.
- /backend/banner
- GET the info banner or PUT new banner info.
- /backend/feed/{topic}
- Get all threads for forum topic.
- /backend/feed/{topic}/{thread}
- Get all responses to question thread on forum topic.