This is an old revision of the document!


/api/scoresheets/ID/scores

HEAD, GET

Return scores list for the scoresheet

Syntax

GET /api/scoresheets/123/scores
Host: apply.example.edu
Authorization: DREAM apikey="..."

Parameters

Name Description Notes
byAcademicTermID Required The academic term to filter by.

Response headers

Content-Type: application/json
Content-Length: 1456
X-Count: 15

Response example

{
    "1": {
        "scored": "2019-03-05T14:57:36+00:00",
        "application": "/api/applications/2",
        "points": "20.00",
        "comments": "One"
    },
    "5": {
        "scored": "2019-03-05T14:57:33+00:00",
        "application": "/api/applications/3",
        "points": "40.00",
        "comments": "Two"
    },
    "9": {
        "scored": "2019-03-05T14:57:30+00:00",
        "application": "/api/applications/4",
        "points": "60.00",
        "comments": "Three"
    },
    "13": {
        "scored": "2019-03-05T14:57:27+00:00",
        "application": "/api/applications/7",
        "points": "80.00",
        "comments": "Good"
    },
    "17": {
        "scored": "2019-03-05T14:57:23+00:00",
        "application": "/api/applications/8",
        "points": "100.00",
        "comments": "Awesome"
    }
}