educationFeedbackResourceOutcome resource type

Namespace: microsoft.graph

Represents feedback on an educationOutcome object in the form of a document.

Inherits from educationOutcome.

Methods

Method Return Type Description
Create educationFeedbackResourceOutcome educationOutcome Create a new feedback resource for a submission.
Delete educationFeedbackResourceOutcome None Delete a feedback resource from a submission.

Properties

Property Type Description
feedbackResource educationResource The actual feedback resource.
id String Unique identifier for the educationFeedbackResourceOutcome. Inherited from entity.
lastModifiedBy identitySet The individual who updated the resource. Inherited from educationOutcome.
lastModifiedDateTime DateTimeOffset The moment in time when the resource was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2021 is 2021-01-01T00:00:00Z. Inherited from educationOutcome.
resourceStatus educationFeedbackResourceOutcomeStatus The status of the feedback resource. The possible values are: notPublished, pendingPublish, published, failedPublish, unknownFutureValue.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "feedbackResource": {"@odata.type": "microsoft.graph.educationResource"},
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)",
  "resourceStatus": {"@odata.type": "microsoft.graph.educationFeedbackResourceOutcomeStatus"}
}