educationSubmissionResource resource type
Namespace: microsoft.graph
A wrapper around a resource for use on a submission.
The wrapper adds a pointer to the assignment resource if the resource was copied from the assignment.
Methods
Method | Return Type | Description |
---|---|---|
List submission resources | educationSubmissionResource objects | Returns a list of educationSubmissionResource objects. |
Get submission resource | educationSubmissionResource | Read properties and relationships of an educationSubmissionResource object. |
Delete submission resource | None | Delete an educationSubmissionResource object. |
Properties
Property | Type | Description |
---|---|---|
assignmentResourceUrl | String | Pointer to the assignment from which the resource was copied, and if null, the student uploaded the resource. |
id | String | Read-only. |
resource | educationResource | Resource object. |
Relationships
None
JSON representation
The following JSON representation shows the resource type.
{
"assignmentResourceUrl": "String",
"id": "String (identifier)",
"resource": {"@odata.type": "microsoft.graph.educationResource"}
}