PUT ims/oneroster/v1p1/results/{id}

Update the Gradebook Student Scores for the Assignments specified in the request body.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Gradebook Assignment One Roster SourceId (Ignored).

string

Required

Body Parameters

JSON object for the student score to update.

OneRosterAssignmentScore
NameDescriptionTypeAdditional information
result

OneRosterAssignmentResult

None.

Request Formats

application/json, text/json

Sample:
{
  "result": {
    "sourcedId": "sample string 1",
    "status": "sample string 2",
    "dateLastModified": "sample string 3",
    "metadata": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "lineItem": {
      "href": "sample string 1",
      "sourcedId": "sample string 2",
      "type": "sample string 3"
    },
    "student": {
      "href": "sample string 1",
      "sourcedId": "sample string 2",
      "type": "sample string 3"
    },
    "scoreStatus": "sample string 4",
    "score": "sample string 5",
    "scoreDate": "sample string 6",
    "comment": "sample string 7"
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Update the Gradebook Student Scores for the Assignments specified in the request body.

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />