Extension Reports

Get extension report

Return one Integrito report-data record by ID. Returns 403 if the record exists but belongs to another user's text. Returns 404 if no record with the given ID exists.

get/api/v1/extension/reports/{id}/

Response

A single Integrito report-data record.

successboolean

Example response

{
  "success": true,
  "data": {
    "report": {
      "id": "12",
      "text_id": "345",
      "item_id": "john-course1-quiz5-question9",
      "plagiarism": 25.5,
      "ai": 10.25,
      "created_at": "1706199949000"
    }
  }
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.