{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin agreements.agreementFile API", "version": "1.0.0" }, "items": [ { "info": { "name": "agreements.agreementFile", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get agreementFile", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header." }, { "info": { "name": "Microsoft Graph Update the navigation property file in agreements", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property file in agreements" }, { "info": { "name": "Microsoft Graph Delete navigation property file for agreements", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ] }, "docs": "Microsoft Graph Delete navigation property file for agreements" }, { "info": { "name": "Microsoft Graph List agreementFileLocalizations", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of 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": "Get a list of the default and localized agreement files." }, { "info": { "name": "Microsoft Graph Create new navigation property to localizations for agreements", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to localizations for agreements" }, { "info": { "name": "Microsoft Graph Get localizations from agreements", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The localized version of the terms of use agreement files attached to the agreement." }, { "info": { "name": "Microsoft Graph Update the navigation property localizations in agreements", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property localizations in agreements" }, { "info": { "name": "Microsoft Graph Delete navigation property localizations for agreements", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" } ] }, "docs": "Microsoft Graph Delete navigation property localizations for agreements" }, { "info": { "name": "Microsoft Graph Get versions from agreements", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "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": "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Create new navigation property to versions for agreements", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to versions for agreements" }, { "info": { "name": "Microsoft Graph Get versions from agreements", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions/:agreementFileVersion-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Update the navigation property versions in agreements", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions/:agreementFileVersion-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property versions in agreements" }, { "info": { "name": "Microsoft Graph Delete navigation property versions for agreements", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions/:agreementFileVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileVersion" } ] }, "docs": "Microsoft Graph Delete navigation property versions for agreements" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions/$count", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "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/agreements/:agreement-id/file/localizations/$count", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "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" } ] } ], "bundled": true }