{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Agreements API", "version": "1.0.0" }, "items": [ { "info": { "name": "Agreements", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List all agreements", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements", "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 all agreement entities in the organization. Supports OData query parameters for filtering, sorting, and pagination." }, { "info": { "name": "Microsoft Graph Create a new agreement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/agreements", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new agreement entity in the organization. The agreement can include terms of use content and acceptance requirements." }, { "info": { "name": "Microsoft Graph Get an agreement by ID", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of the agreement" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a specific agreement entity by its unique identifier." }, { "info": { "name": "Microsoft Graph Update an agreement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of the agreement" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a specific agreement entity." }, { "info": { "name": "Microsoft Graph Delete an agreement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of the agreement" } ] }, "docs": "Delete a specific agreement entity from the organization." }, { "info": { "name": "Microsoft Graph Count agreements", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/$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": "Get the total count of agreement entities in the organization." } ] } ], "bundled": true }