For Developers
Get Submission
GET https://ed.link/api/v2/my/classes/:class_id/assignments/:assignment_id/submissions/:submission_id
Retrieve information about a specific Submission.
Request Parameters
| Parameter | Type | Description | 
|---|---|---|
class_id | string | The UUID of the desired Class. | 
assignment_id | string | The UUID of the desired Assignment. | 
submission_id | string | The UUID of the desired Submission. | 
Sample Request
axios.get(`https://ed.link/api/v2/my/classes/${class_id}/assignments/${assignment_id}/submissions/${submission_id}`, {
    headers: {
        authorization: `Bearer ${person_access_token}`
    }
});
Sample Response
{
    "$request": "00000000-0000-0000-0000-000000000000",
    "$data": {
        "flags": [],
        "created_date": "2025-08-05T23:05:25Z",
        "updated_date": "2025-08-13T15:19:23Z",
        "attempts": [
            {
                "created_date": "2025-08-05T23:05:25Z",
                "attachments": [
                    {
                        "type": "file",
                        "title": "overwritten.txt",
                        "url": "https://ed.link/api/v2/my/classes/00000000-0000-0000-0000-000000000000/assignments/00000000-0000-0000-0000-000000000000/submissions/00000000-0000-0000-0000-000000000000/files/00000000-0000-0000-0000-000000000000/download",
                        "share_mode": "view",
                        "identifiers": [],
                        "rule_ids": [],
                        "references": {},
                        "id": "00000000-0000-0000-0000-000000000000"
                    }
                ],
                "rule_ids": [],
                "references": {}
            }
        ],
        "state": "submitted",
        "grade_points": 22,
        "grade": "22",
        "grade_comment": "Good job!",
        "extra_attempts": 0,
        "properties": {
            "canvas": {
                "attempt": 4
            }
        },
        "assignment_id": "00000000-0000-0000-0000-000000000000",
        "person_id": "00000000-0000-0000-0000-000000000000",
        "identifiers": [
            {
                "type": "canvas_id",
                "value": "55"
            }
        ],
        "rule_ids": [],
        "references": {},
        "id": "00000000-0000-0000-0000-000000000000"
    }
}
Supported Providers
- aeries
 - aspen
 - blackbaud
 - blackboard
 - brightspace
 - canvas
 - classgather
 - clever
 - illuminate
 - microsoft
 - moodle
 - oneroster
 - powerschool
 - schoology
 - lti
 - skyward
 - veracross
 - qmlativ
 - infinitecampus
 - rapididentity
 - sapphire
 - genesis
 - renweb
 - synergy
 - managebac