Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

RSE 0003

Brad Miller edited this page May 13, 2015 · 7 revisions

Runestone API

OPTION 1

api/v1/log api/v1/code/[divid]/[sid] api/v1/assess/mchoice api/v1/assess/fillblank api/v1/assess/shortanswer api/v1/assess/

OPTION 2

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

Clone this wiki locally