{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin education.educationUser API", "version": "1.0.0" }, "items": [ { "info": { "name": "education.educationUser", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get me from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get me from education" }, { "info": { "name": "Microsoft Graph Update the navigation property me in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property me in education" }, { "info": { "name": "Microsoft Graph Delete navigation property me for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property me for education" }, { "info": { "name": "Microsoft Graph List assignments of a user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods define" }, { "info": { "name": "Microsoft Graph Create new navigation property to assignments for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to assignments for education" }, { "info": { "name": "Microsoft Graph Get assignments from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Assignments belonging to the user." }, { "info": { "name": "Microsoft Graph Update the navigation property assignments in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignments in education" }, { "info": { "name": "Microsoft Graph Delete navigation property assignments for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Microsoft Graph Delete navigation property assignments for education" }, { "info": { "name": "Microsoft Graph Get categories from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/categories", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, enables users to easily find assignments of a given type. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to categories for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/categories", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to categories for education" }, { "info": { "name": "Microsoft Graph Delete ref of navigation property categories for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/categories/:educationCategory-id/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationCategory-id", "value": "", "type": "path", "description": "The unique identifier of educationCategory" } ] }, "docs": "Microsoft Graph Delete ref of navigation property categories for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/categories/$count", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get ref of categories from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/categories/$ref", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" } ] }, "docs": "When set, enables users to easily find assignments of a given type. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property ref to categories for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/categories/$ref", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property ref to categories for education" }, { "info": { "name": "Microsoft Graph Delete ref of navigation property categories for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/categories/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "@id", "value": "", "type": "query", "description": "The delete Uri" } ] }, "docs": "Microsoft Graph Delete ref of navigation property categories for education" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/categories/delta()", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection." }, { "info": { "name": "Microsoft Graph Get gradingCategory from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/gradingCategory", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, enables users to weight assignments differently when computing a class average grade." }, { "info": { "name": "Microsoft Graph Get gradingScheme from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/gradingScheme", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, enables users to configure custom string grades based on the percentage of total points earned on this assignment." }, { "info": { "name": "Microsoft Graph Invoke action activate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/activate", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments." }, { "info": { "name": "Microsoft Graph Invoke action deactivate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/deactivate", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments." }, { "info": { "name": "Microsoft Graph Invoke action publish", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/publish", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Publish an education assignment. Change the status of an educationAssignment from its original draft status to the published status. You can change the status from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's" }, { "info": { "name": "Microsoft Graph Invoke action setUpFeedbackResourcesFolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/setUpFeedbackResourcesFolder", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission." }, { "info": { "name": "Microsoft Graph Invoke action setUpResourcesFolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/setUpResourcesFolder", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. " }, { "info": { "name": "Microsoft Graph Get resources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to resources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to resources for education" }, { "info": { "name": "Microsoft Graph Get resources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property resources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property resources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property resources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ] }, "docs": "Microsoft Graph Delete navigation property resources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of assignment resources that depend on the parent educationAssignmentResource." }, { "info": { "name": "Microsoft Graph Create new navigation property to dependentResources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to dependentResources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources/:educationAssignmentResource-id1", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "educationAssignmentResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of assignment resources that depend on the parent educationAssignmentResource." }, { "info": { "name": "Microsoft Graph Update the navigation property dependentResources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources/:educationAssignmentResource-id1", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "educationAssignmentResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dependentResources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property dependentResources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources/:educationAssignmentResource-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "educationAssignmentResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ] }, "docs": "Microsoft Graph Delete navigation property dependentResources for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources/$count", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/resources/$count", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get rubric from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/rubric", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, the grading rubric attached to this assignment." }, { "info": { "name": "Microsoft Graph Update the navigation property rubric in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/rubric", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property rubric in education" }, { "info": { "name": "Microsoft Graph Delete navigation property rubric for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/rubric", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Microsoft Graph Delete navigation property rubric for education" }, { "info": { "name": "Microsoft Graph Get ref of rubric from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/rubric/$ref", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "When set, the grading rubric attached to this assignment." }, { "info": { "name": "Microsoft Graph Update the ref of navigation property rubric in education", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/rubric/$ref", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the ref of navigation property rubric in education" }, { "info": { "name": "Microsoft Graph Delete ref of navigation property rubric for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/rubric/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Microsoft Graph Delete ref of navigation property rubric for education" }, { "info": { "name": "Microsoft Graph Get submissions from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to submissions for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to submissions for education" }, { "info": { "name": "Microsoft Graph Get submissions from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property submissions in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property submissions in education" }, { "info": { "name": "Microsoft Graph Delete navigation property submissions for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Microsoft Graph Delete navigation property submissions for education" }, { "info": { "name": "Microsoft Graph Invoke action excuse", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/excuse", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section." }, { "info": { "name": "Microsoft Graph Invoke action reassign", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/reassign", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is pro" }, { "info": { "name": "Microsoft Graph Invoke action return", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/return", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher." }, { "info": { "name": "Microsoft Graph Invoke action setUpResourcesFolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/setUpResourcesFolder", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. " }, { "info": { "name": "Microsoft Graph Invoke action submit", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submit", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf." }, { "info": { "name": "Microsoft Graph Invoke action unsubmit", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/unsubmit", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on " }, { "info": { "name": "Microsoft Graph Get outcomes from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get outcomes from education" }, { "info": { "name": "Microsoft Graph Create new navigation property to outcomes for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to outcomes for education" }, { "info": { "name": "Microsoft Graph Get outcomes from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes/:educationOutcome-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationOutcome-id", "value": "", "type": "path", "description": "The unique identifier of educationOutcome" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get outcomes from education" }, { "info": { "name": "Microsoft Graph Update the navigation property outcomes in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes/:educationOutcome-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationOutcome-id", "value": "", "type": "path", "description": "The unique identifier of educationOutcome" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property outcomes in education" }, { "info": { "name": "Microsoft Graph Delete navigation property outcomes for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes/:educationOutcome-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationOutcome-id", "value": "", "type": "path", "description": "The unique identifier of educationOutcome" } ] }, "docs": "Microsoft Graph Delete navigation property outcomes for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes/$count", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get resources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get resources from education" }, { "info": { "name": "Microsoft Graph Create new navigation property to resources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to resources for education" }, { "info": { "name": "Microsoft Graph Get resources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get resources from education" }, { "info": { "name": "Microsoft Graph Update the navigation property resources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property resources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property resources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ] }, "docs": "Microsoft Graph Delete navigation property resources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of submission resources that depend on the parent educationSubmissionResource." }, { "info": { "name": "Microsoft Graph Create new navigation property to dependentResources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to dependentResources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of submission resources that depend on the parent educationSubmissionResource." }, { "info": { "name": "Microsoft Graph Update the navigation property dependentResources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dependentResources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property dependentResources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ] }, "docs": "Microsoft Graph Delete navigation property dependentResources for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources/$count", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/$count", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get submittedResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get submittedResources from education" }, { "info": { "name": "Microsoft Graph Create new navigation property to submittedResources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to submittedResources for education" }, { "info": { "name": "Microsoft Graph Get submittedResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get submittedResources from education" }, { "info": { "name": "Microsoft Graph Update the navigation property submittedResources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property submittedResources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property submittedResources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ] }, "docs": "Microsoft Graph Delete navigation property submittedResources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of submission resources that depend on the parent educationSubmissionResource." }, { "info": { "name": "Microsoft Graph Create new navigation property to dependentResources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to dependentResources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of submission resources that depend on the parent educationSubmissionResource." }, { "info": { "name": "Microsoft Graph Update the navigation property dependentResources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dependentResources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property dependentResources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ] }, "docs": "Microsoft Graph Delete navigation property dependentResources for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources/$count", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/$count", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/:educationAssignment-id/submissions/$count", "params": [ { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/assignments/delta()", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them." }, { "info": { "name": "Microsoft Graph List classes of an educationUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/classes", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the educationClass resources an educationUser is a member of." }, { "info": { "name": "Microsoft Graph Get classes from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/classes/:educationClass-id", "params": [ { "name": "educationClass-id", "value": "", "type": "path", "description": "The unique identifier of educationClass" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Classes to which the user belongs. Nullable." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/classes/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List rubrics", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/rubrics", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of educationRubric objects." }, { "info": { "name": "Microsoft Graph Create educationRubric", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/me/rubrics", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new educationRubric object." }, { "info": { "name": "Microsoft Graph Get educationRubric", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/rubrics/:educationRubric-id", "params": [ { "name": "educationRubric-id", "value": "", "type": "path", "description": "The unique identifier of educationRubric" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation." }, { "info": { "name": "Microsoft Graph Update educationRubric", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/rubrics/:educationRubric-id", "params": [ { "name": "educationRubric-id", "value": "", "type": "path", "description": "The unique identifier of educationRubric" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric ca" }, { "info": { "name": "Microsoft Graph Delete educationRubric", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/me/rubrics/:educationRubric-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationRubric-id", "value": "", "type": "path", "description": "The unique identifier of educationRubric" } ] }, "docs": "Delete an educationRubric object. Only teachers can perform this operation." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/rubrics/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List schools of an educationUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/schools", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of schools for a user." }, { "info": { "name": "Microsoft Graph Get schools from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/schools/:educationSchool-id", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Schools to which the user belongs. Nullable." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/schools/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get taughtClasses from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/taughtClasses", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Classes for which the user is a teacher." }, { "info": { "name": "Microsoft Graph Get taughtClasses from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/taughtClasses/:educationClass-id", "params": [ { "name": "educationClass-id", "value": "", "type": "path", "description": "The unique identifier of educationClass" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Classes for which the user is a teacher." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/taughtClasses/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get educationUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/user", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the simple directory user that corresponds to this educationUser." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/user/mailboxSettings", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/me/user/mailboxSettings", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/user/serviceProvisioningErrors", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/me/user/serviceProvisioningErrors/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List educationUsers", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the educationUser objects and their properties." }, { "info": { "name": "Microsoft Graph Create educationUser", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new educationUser object." }, { "info": { "name": "Microsoft Graph Get educationUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of an educationUser object." }, { "info": { "name": "Microsoft Graph Update educationUser", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an educationUser object." }, { "info": { "name": "Microsoft Graph Delete educationUser", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" } ] }, "docs": "Delete a user." }, { "info": { "name": "Microsoft Graph List assignments of a user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods define" }, { "info": { "name": "Microsoft Graph Create new navigation property to assignments for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to assignments for education" }, { "info": { "name": "Microsoft Graph Get assignments from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Assignments belonging to the user." }, { "info": { "name": "Microsoft Graph Update the navigation property assignments in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignments in education" }, { "info": { "name": "Microsoft Graph Delete navigation property assignments for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Microsoft Graph Delete navigation property assignments for education" }, { "info": { "name": "Microsoft Graph Get categories from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/categories", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, enables users to easily find assignments of a given type. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to categories for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/categories", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to categories for education" }, { "info": { "name": "Microsoft Graph Delete ref of navigation property categories for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/categories/:educationCategory-id/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationCategory-id", "value": "", "type": "path", "description": "The unique identifier of educationCategory" } ] }, "docs": "Microsoft Graph Delete ref of navigation property categories for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/categories/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get ref of categories from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/categories/$ref", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" } ] }, "docs": "When set, enables users to easily find assignments of a given type. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property ref to categories for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/categories/$ref", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property ref to categories for education" }, { "info": { "name": "Microsoft Graph Delete ref of navigation property categories for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/categories/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "@id", "value": "", "type": "query", "description": "The delete Uri" } ] }, "docs": "Microsoft Graph Delete ref of navigation property categories for education" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/categories/delta()", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection." }, { "info": { "name": "Microsoft Graph Get gradingCategory from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/gradingCategory", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, enables users to weight assignments differently when computing a class average grade." }, { "info": { "name": "Microsoft Graph Get gradingScheme from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/gradingScheme", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, enables users to configure custom string grades based on the percentage of total points earned on this assignment." }, { "info": { "name": "Microsoft Graph Invoke action activate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/activate", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments." }, { "info": { "name": "Microsoft Graph Invoke action deactivate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/deactivate", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments." }, { "info": { "name": "Microsoft Graph Invoke action publish", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/publish", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Publish an education assignment. Change the status of an educationAssignment from its original draft status to the published status. You can change the status from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's" }, { "info": { "name": "Microsoft Graph Invoke action setUpFeedbackResourcesFolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/setUpFeedbackResourcesFolder", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission." }, { "info": { "name": "Microsoft Graph Invoke action setUpResourcesFolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/setUpResourcesFolder", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. " }, { "info": { "name": "Microsoft Graph Get resources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to resources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to resources for education" }, { "info": { "name": "Microsoft Graph Get resources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property resources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property resources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property resources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ] }, "docs": "Microsoft Graph Delete navigation property resources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of assignment resources that depend on the parent educationAssignmentResource." }, { "info": { "name": "Microsoft Graph Create new navigation property to dependentResources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to dependentResources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources/:educationAssignmentResource-id1", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "educationAssignmentResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of assignment resources that depend on the parent educationAssignmentResource." }, { "info": { "name": "Microsoft Graph Update the navigation property dependentResources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources/:educationAssignmentResource-id1", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "educationAssignmentResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dependentResources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property dependentResources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources/:educationAssignmentResource-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "educationAssignmentResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" } ] }, "docs": "Microsoft Graph Delete navigation property dependentResources for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/:educationAssignmentResource-id/dependentResources/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationAssignmentResource-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignmentResource" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/resources/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get rubric from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/rubric", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, the grading rubric attached to this assignment." }, { "info": { "name": "Microsoft Graph Update the navigation property rubric in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/rubric", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property rubric in education" }, { "info": { "name": "Microsoft Graph Delete navigation property rubric for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/rubric", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Microsoft Graph Delete navigation property rubric for education" }, { "info": { "name": "Microsoft Graph Get ref of rubric from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/rubric/$ref", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "When set, the grading rubric attached to this assignment." }, { "info": { "name": "Microsoft Graph Update the ref of navigation property rubric in education", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/rubric/$ref", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the ref of navigation property rubric in education" }, { "info": { "name": "Microsoft Graph Delete ref of navigation property rubric for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/rubric/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ] }, "docs": "Microsoft Graph Delete ref of navigation property rubric for education" }, { "info": { "name": "Microsoft Graph Get submissions from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to submissions for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to submissions for education" }, { "info": { "name": "Microsoft Graph Get submissions from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property submissions in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property submissions in education" }, { "info": { "name": "Microsoft Graph Delete navigation property submissions for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Microsoft Graph Delete navigation property submissions for education" }, { "info": { "name": "Microsoft Graph Invoke action excuse", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/excuse", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Excuse a submission. Excused submissions aren't included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section." }, { "info": { "name": "Microsoft Graph Invoke action reassign", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/reassign", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is pro" }, { "info": { "name": "Microsoft Graph Invoke action return", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/return", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher." }, { "info": { "name": "Microsoft Graph Invoke action setUpResourcesFolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/setUpResourcesFolder", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. " }, { "info": { "name": "Microsoft Graph Invoke action submit", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submit", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf." }, { "info": { "name": "Microsoft Graph Invoke action unsubmit", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/unsubmit", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ] }, "docs": "Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on " }, { "info": { "name": "Microsoft Graph Get outcomes from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get outcomes from education" }, { "info": { "name": "Microsoft Graph Create new navigation property to outcomes for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to outcomes for education" }, { "info": { "name": "Microsoft Graph Get outcomes from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes/:educationOutcome-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationOutcome-id", "value": "", "type": "path", "description": "The unique identifier of educationOutcome" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get outcomes from education" }, { "info": { "name": "Microsoft Graph Update the navigation property outcomes in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes/:educationOutcome-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationOutcome-id", "value": "", "type": "path", "description": "The unique identifier of educationOutcome" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property outcomes in education" }, { "info": { "name": "Microsoft Graph Delete navigation property outcomes for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes/:educationOutcome-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationOutcome-id", "value": "", "type": "path", "description": "The unique identifier of educationOutcome" } ] }, "docs": "Microsoft Graph Delete navigation property outcomes for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/outcomes/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get resources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get resources from education" }, { "info": { "name": "Microsoft Graph Create new navigation property to resources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to resources for education" }, { "info": { "name": "Microsoft Graph Get resources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get resources from education" }, { "info": { "name": "Microsoft Graph Update the navigation property resources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property resources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property resources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ] }, "docs": "Microsoft Graph Delete navigation property resources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of submission resources that depend on the parent educationSubmissionResource." }, { "info": { "name": "Microsoft Graph Create new navigation property to dependentResources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to dependentResources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of submission resources that depend on the parent educationSubmissionResource." }, { "info": { "name": "Microsoft Graph Update the navigation property dependentResources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dependentResources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property dependentResources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ] }, "docs": "Microsoft Graph Delete navigation property dependentResources for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/:educationSubmissionResource-id/dependentResources/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/resources/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get submittedResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get submittedResources from education" }, { "info": { "name": "Microsoft Graph Create new navigation property to submittedResources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to submittedResources for education" }, { "info": { "name": "Microsoft Graph Get submittedResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get submittedResources from education" }, { "info": { "name": "Microsoft Graph Update the navigation property submittedResources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property submittedResources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property submittedResources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ] }, "docs": "Microsoft Graph Delete navigation property submittedResources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of submission resources that depend on the parent educationSubmissionResource." }, { "info": { "name": "Microsoft Graph Create new navigation property to dependentResources for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to dependentResources for education" }, { "info": { "name": "Microsoft Graph Get dependentResources from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of submission resources that depend on the parent educationSubmissionResource." }, { "info": { "name": "Microsoft Graph Update the navigation property dependentResources in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dependentResources in education" }, { "info": { "name": "Microsoft Graph Delete navigation property dependentResources for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources/:educationSubmissionResource-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "educationSubmissionResource-id1", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" } ] }, "docs": "Microsoft Graph Delete navigation property dependentResources for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/:educationSubmissionResource-id/dependentResources/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "educationSubmissionResource-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmissionResource" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/:educationSubmission-id/submittedResources/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "educationSubmission-id", "value": "", "type": "path", "description": "The unique identifier of educationSubmission" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/:educationAssignment-id/submissions/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of educationAssignment" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/assignments/delta()", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them." }, { "info": { "name": "Microsoft Graph Get classes from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/classes", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Classes to which the user belongs. Nullable." }, { "info": { "name": "Microsoft Graph Get classes from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/classes/:educationClass-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationClass-id", "value": "", "type": "path", "description": "The unique identifier of educationClass" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Classes to which the user belongs. Nullable." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/classes/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get rubrics from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/rubrics", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, the grading rubric attached to the assignment." }, { "info": { "name": "Microsoft Graph Create new navigation property to rubrics for education", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/rubrics", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to rubrics for education" }, { "info": { "name": "Microsoft Graph Get rubrics from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/rubrics/:educationRubric-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationRubric-id", "value": "", "type": "path", "description": "The unique identifier of educationRubric" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When set, the grading rubric attached to the assignment." }, { "info": { "name": "Microsoft Graph Update the navigation property rubrics in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/rubrics/:educationRubric-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationRubric-id", "value": "", "type": "path", "description": "The unique identifier of educationRubric" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property rubrics in education" }, { "info": { "name": "Microsoft Graph Delete navigation property rubrics for education", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/rubrics/:educationRubric-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationRubric-id", "value": "", "type": "path", "description": "The unique identifier of educationRubric" } ] }, "docs": "Microsoft Graph Delete navigation property rubrics for education" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/rubrics/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get schools from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/schools", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Schools to which the user belongs. Nullable." }, { "info": { "name": "Microsoft Graph Get schools from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/schools/:educationSchool-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Schools to which the user belongs. Nullable." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/schools/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List taughtClasses", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/taughtClasses", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the educationClass resources owned by an educationUser." }, { "info": { "name": "Microsoft Graph Get taughtClasses from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/taughtClasses/:educationClass-id", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "educationClass-id", "value": "", "type": "path", "description": "The unique identifier of educationClass" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Classes for which the user is a teacher." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/taughtClasses/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get user from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/user", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The directory user that corresponds to this user." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/user/mailboxSettings", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/user/mailboxSettings", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/user/serviceProvisioningErrors", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/:educationUser-id/user/serviceProvisioningErrors/$count", "params": [ { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/users/delta()", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get newly created or updated educationUser without having to perform a full read of the entire collection. See Use delta query for details." } ] } ], "bundled": true }