Originality Reports
Originality Reports API
{
// the resource type code of the resource handler to use to display originality
// reports
"resource_type_code": "originality_reports",
// a URL that may be used to override the launch URL inferred by the specified
// resource_type_code. If used a 'resource_type_code' must also be specified.
"resource_url": "http://www.test.com/originality_report"
}{
// The id of the OriginalityReport
"id": 4,
// The id of the file receiving the originality score
"file_id": 8,
// A number between 0 and 100 representing the originality score
"originality_score": 0.16,
// The ID of the file within Canvas containing the originality report document
// (if provided)
"originality_report_file_id": 23,
// A non-LTI launch URL where the originality score of the file may be found.
"originality_report_url": "http://www.example.com/report",
// A ToolSetting object containing optional 'resource_type_code' and
// 'resource_url'
"tool_setting": null,
// A message describing the error. If set, the workflow_state will become
// 'error.'
"error_report": null,
// The submitted_at date time of the submission.
"submission_time": null,
// The id of the root Account associated with the OriginalityReport
"root_account_id": 1
}Parameter
Type
Description
Parameter
Type
Description
Appendixes
Appendix: Originality Report UI Locations
Last updated
Was this helpful?