{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Recurrence API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Recurrence", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Recurrences", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/recurrences", "params": [ { "name": "startDateTime", "value": "", "type": "query", "description": "The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart." }, { "name": "endDateTime", "value": "", "type": "query", "description": "The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Lists all recurrences." }, { "info": { "name": "Microsoft Azure Get Recurrences Recurrenceidentity", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/recurrences/:recurrenceIdentity", "params": [ { "name": "recurrenceIdentity", "value": "", "type": "path", "description": "Recurrence ID." }, { "name": "startDateTime", "value": "", "type": "query", "description": "The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart." }, { "name": "endDateTime", "value": "", "type": "query", "description": "The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Gets the recurrence information for the specified recurrence ID." } ] } ], "bundled": true }