Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
public
/
doc
/
api
/
Filename :
quiz_submission_events.json
back
Copy
{ "apiVersion": "1.0", "swaggerVersion": "1.2", "basePath": "https://canvas.managedclass.com/api", "resourcePath": "/quiz_submission_events", "produces": [ "application/json" ], "apis": [ { "path": "/v1/courses/{course_id}/quizzes/{quiz_id}/submissions/{id}/events", "description": "Store a set of events which were captured during a quiz taking session.\n\nOn success, the response will be 204 No Content with an empty body.", "operations": [ { "method": "POST", "summary": "Submit captured events", "notes": "Store a set of events which were captured during a quiz taking session.\n\nOn success, the response will be 204 No Content with an empty body.", "nickname": "submit_captured_events", "parameters": [ { "paramType": "path", "name": "course_id", "description": "ID", "type": "string", "format": null, "required": true, "deprecated": false }, { "paramType": "path", "name": "quiz_id", "description": "ID", "type": "string", "format": null, "required": true, "deprecated": false }, { "paramType": "path", "name": "id", "description": "ID", "type": "string", "format": null, "required": true, "deprecated": false }, { "paramType": "form", "name": "quiz_submission_events", "description": "The submission events to be recorded", "type": "array", "format": null, "required": true, "deprecated": false, "items": { "$ref": "Array" } } ], "response_fields": [], "deprecated": false, "deprecation_description": "", "type": "void" } ] }, { "path": "/v1/courses/{course_id}/quizzes/{quiz_id}/submissions/{id}/events", "description": "Retrieve the set of events captured during a specific submission attempt.", "operations": [ { "method": "GET", "summary": "Retrieve captured events", "notes": "Retrieve the set of events captured during a specific submission attempt.", "nickname": "retrieve_captured_events", "parameters": [ { "paramType": "path", "name": "course_id", "description": "ID", "type": "string", "format": null, "required": true, "deprecated": false }, { "paramType": "path", "name": "quiz_id", "description": "ID", "type": "string", "format": null, "required": true, "deprecated": false }, { "paramType": "path", "name": "id", "description": "ID", "type": "string", "format": null, "required": true, "deprecated": false }, { "paramType": "query", "name": "attempt", "description": "The specific submission attempt to look up the events for. If unspecified,\nthe latest attempt will be used.", "type": "integer", "format": "int64", "required": false, "deprecated": false } ], "response_fields": [], "deprecated": false, "deprecation_description": "", "type": "void" } ] } ], "models": { "QuizSubmissionEvent": { "id": "QuizSubmissionEvent", "description": "An event passed from the Quiz Submission take page", "required": [], "deprecated": false, "deprecation_description": null, "properties": { "created_at": { "description": "a timestamp record of creation time", "example": "2014-10-08T19:29:58Z", "type": "datetime" }, "event_type": { "description": "the type of event being sent", "example": "question_answered", "type": "string" }, "event_data": { "description": "custom contextual data for the specific event type", "example": { "answer": "42" }, "type": "object" } } } } }