educationSubmissionResource resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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. If the value is 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"}
}