{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin education.educationSchool API", "version": "1.0.0" }, "items": [ { "info": { "name": "education.educationSchool", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List educationSchools", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/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": "Get a list of the educationSchool objects and their properties." }, { "info": { "name": "Microsoft Graph Create educationSchool", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/schools", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new educationSchool object." }, { "info": { "name": "Microsoft Graph Get educationSchool", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/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": "Read the properties and relationships of an educationSchool object." }, { "info": { "name": "Microsoft Graph Update educationSchool", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an educationSchool object." }, { "info": { "name": "Microsoft Graph Delete educationSchool", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" } ] }, "docs": "Delete a school." }, { "info": { "name": "Microsoft Graph Get administrativeUnit from education", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/administrativeUnit", "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": "The underlying administrativeUnit for this school." }, { "info": { "name": "Microsoft Graph Update the navigation property administrativeUnit in education", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/administrativeUnit", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property administrativeUnit in education" }, { "info": { "name": "Microsoft Graph List classes of an educationSchool", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/classes", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "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 educationSchool." }, { "info": { "name": "Microsoft Graph Remove educationClass", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/classes/:educationClass-id/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "name": "educationClass-id", "value": "", "type": "path", "description": "The unique identifier of educationClass" } ] }, "docs": "Delete a class from a school." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/classes/$count", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "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 classes of an educationSchool", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/classes/$ref", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "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": "Get the educationClass resources owned by an educationSchool." }, { "info": { "name": "Microsoft Graph Add educationClass to educationSchool", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/classes/$ref", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a class to a school." }, { "info": { "name": "Microsoft Graph Remove educationClass", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/classes/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "name": "@id", "value": "", "type": "query", "description": "The delete Uri" } ] }, "docs": "Delete a class from a school." }, { "info": { "name": "Microsoft Graph List users of an educationSchool", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/users", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "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 educationUser resources associated with an educationSchool." }, { "info": { "name": "Microsoft Graph Remove educationUser from an educationSchool", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/users/:educationUser-id/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "name": "educationUser-id", "value": "", "type": "path", "description": "The unique identifier of educationUser" } ] }, "docs": "Delete a user from a school." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/users/$count", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "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 users of an educationSchool", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/users/$ref", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "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": "Get the educationUser resources associated with an educationSchool." }, { "info": { "name": "Microsoft Graph Add educationUser to an educationSchool", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/users/$ref", "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a user to a school." }, { "info": { "name": "Microsoft Graph Remove educationUser from an educationSchool", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/education/schools/:educationSchool-id/users/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "educationSchool-id", "value": "", "type": "path", "description": "The unique identifier of educationSchool" }, { "name": "@id", "value": "", "type": "query", "description": "The delete Uri" } ] }, "docs": "Delete a user from a school." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/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 Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/education/schools/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 schools without having to perform a full read of the entire school collection. See Use delta query for details." } ] } ], "bundled": true }