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