{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Agreement File Versions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Agreement File Versions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List agreement file localization versions", "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 the agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of the agreement file localization" }, { "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 versions for a specific localized agreement file." }, { "info": { "name": "Microsoft Graph Create agreement file localization version", "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 the agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of the agreement file localization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new version for a localized agreement file." }, { "info": { "name": "Microsoft Graph Get agreement file localization version", "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 the agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of the agreement file localization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of the agreement file version" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a specific version of a localized agreement file." }, { "info": { "name": "Microsoft Graph Update agreement file localization version", "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 the agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of the agreement file localization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of the agreement file version" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a specific version of a localized agreement file." }, { "info": { "name": "Microsoft Graph Delete agreement file localization version", "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 the agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of the agreement file localization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of the agreement file version" } ] }, "docs": "Delete a specific version of a localized agreement file." } ] } ], "bundled": true }