educationFeedbackResourceOutcome 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.
Represents feedback on an educationOutcome object in the form of a document.
Inherits from educationOutcome.
Methods
Method | Return Type | Description |
---|---|---|
Add submission feedback resource outcome | educationOutcome | Create a new feedback resource for a submission. |
Delete feedback resource outcome | 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 JSON representation shows the resource type.
{
"feedbackResource": {"@odata.type": "microsoft.graph.educationResource"},
"id": "String (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"resourceStatus": {"@odata.type": "microsoft.graph.educationFeedbackResourceOutcomeStatus"}
}