/api/scoresheets/ID/scores/ID

HEAD, GET

Return information about a scoresheet score.

Syntax

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

Response headers

Content-Type: application/json
Content-Length: 1234

Response example

{
    "scored": "2019-03-05T14:57:36+00:00",
    "application": "/api/applications/555",
    "scoresheet": "/api/scoresheets/123",
    "points": "20.00",
    "comments": "Foobar"
}