Skip to end of banner
Go to start of banner

Copy of Submissions API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


API Doc:

http://api.inspera.com

Notes:

Since the exports contain complete responses for every question and every student, as well as a lot of additional data about each student's test, which can, for large tests, result in very large files, this call is effectively asynchronous - the first call to the results API will schedule generation of an export and upload it to an internal S3 bucket. Future calls have to include a jobId and will return the progress of the job and the status, as well as a pre-signed, temporary download url for the export once the export is finished. This url will remain valid for the lifetime of the access token used (1 hour from generating the token).


You can find the data model for the submissions export json here.



  • No labels