{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin agreements.agreementFileLocalization API", "version": "1.0.0" }, "items": [ { "info": { "name": "agreements.agreementFileLocalization", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get files from agreements", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/files", "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": "PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand." }, { "info": { "name": "Microsoft Graph Create new navigation property to files for agreements", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/files", "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 files for agreements" }, { "info": { "name": "Microsoft Graph Get files from agreements", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/files/: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": "PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand." }, { "info": { "name": "Microsoft Graph Update the navigation property files in agreements", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/files/: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 files in agreements" }, { "info": { "name": "Microsoft Graph Delete navigation property files for agreements", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/agreements/:agreement-id/files/: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 files 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/files/: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/files/: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/files/: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/files/: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/files/: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/files/: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/files/$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 }