{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector SentShare API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "SentShare", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get A List Of Sent Shares", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sentShares", "params": [ { "name": "referenceName", "value": "", "type": "query", "description": "A name that references a data store." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use" }, { "name": "filter", "value": "", "type": "query", "description": "Filters the results using OData syntax" }, { "name": "orderby", "value": "", "type": "query", "description": "Sorts the results using OData syntax" } ] }, "docs": "List sent shares" }, { "info": { "name": "Microsoft Azure Get A Sent Share By Guid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sentShares/:sentShareId", "params": [ { "name": "sentShareId", "value": "", "type": "path", "description": "Id of the sent share" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use" } ] }, "docs": "Get a sent share" }, { "info": { "name": "Microsoft Azure Create Or Replace A Sent Share", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/sentShares/:sentShareId", "params": [ { "name": "sentShareId", "value": "", "type": "path", "description": "Id of the sent share" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use" } ] }, "docs": "Create or replace a sent share" }, { "info": { "name": "Microsoft Azure Deletes A Sent Share", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/sentShares/:sentShareId", "params": [ { "name": "sentShareId", "value": "", "type": "path", "description": "Id of the sent share" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use" } ] }, "docs": "Delete a sent share" } ] } ], "bundled": true }