You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
HTTP method | URI | Description
GET | /api/v1/books/[id] | return all data for all books
GET | /api/v1/chapters/[id] | return all chapter ids for this book or all data for a specified chapter
GET | /api/v1/subchapters/[id] | return all subchapter ids for this book or all data for a specified subchapter
GET | /api/v1/assessments/[id] | return all assessments for this user or all data on a specific assessment
GET | /api/v1/code/[id] | return all activecode ids for this user or latest version for a specific id
GET | /api/v1/click/[id] | return all click log data for this user or all click information about a specific id