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 this was copied from the assignment.

Methods

Method Return Type Description
List resources educationSubmissionResource objects Returns a list of educationSubmissionResource objects.
Get educationSubmissionResource educationSubmissionResource Read properties and relationships of an educationSubmissionResource object.
Delete None Delete an educationSubmissionResource object.

Properties

Property Type Description
assignmentResourceUrl String Pointer to the assignment from which this resource was copied. If this is null, the student uploaded the resource.
id String Read-only.
resource educationResource Resource object.

Relationships

None

JSON representation

The following is a JSON representation of the resource.

{
  "assignmentResourceUrl": "String",
  "id": "String (identifier)",
  "resource": {"@odata.type": "microsoft.graph.educationResource"}
}