GET /education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}
Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released.
Servers
- https://graph.microsoft.com/v1.0
Path parameters
Name | Type | Required | Description |
---|---|---|---|
educationClass-id |
String | Yes |
The unique identifier of educationClass |
educationAssignment-id |
String | Yes |
The unique identifier of educationAssignment |
educationSubmission-id |
String | Yes |
The unique identifier of educationSubmission |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
$select[] |
Array | No |
Select properties to be returned |
$expand[] |
Array | No |
Expand related entities |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.