{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector SentShareInvitation API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "SentShareInvitation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List All Sent Share Invitations In A Sent Share", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sentShares/:sentShareId/sentShareInvitations", "params": [ { "name": "sentShareId", "value": "", "type": "path", "description": "Id of the sent share" }, { "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 share recipients" }, { "info": { "name": "Microsoft Azure Get Sent Share Invitation For A Given Sent Share", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sentShares/:sentShareId/sentShareInvitations/:sentShareInvitationId", "params": [ { "name": "sentShareId", "value": "", "type": "path", "description": "Id of the sent share" }, { "name": "sentShareInvitationId", "value": "", "type": "path", "description": "Id of the sent share invitation" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use" } ] }, "docs": "Get recipient for a given sent share" }, { "info": { "name": "Microsoft Azure Create A Sent Share Invitation", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/sentShares/:sentShareId/sentShareInvitations/:sentShareInvitationId", "params": [ { "name": "sentShareId", "value": "", "type": "path", "description": "Id of the sent share" }, { "name": "sentShareInvitationId", "value": "", "type": "path", "description": "Id of the sent share invitation" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use" } ] }, "docs": "Create a recipient for a given sent share" }, { "info": { "name": "Microsoft Azure Delete Invitation In A Share", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/sentShares/:sentShareId/sentShareInvitations/:sentShareInvitationId", "params": [ { "name": "sentShareId", "value": "", "type": "path", "description": "Id of the sent share" }, { "name": "sentShareInvitationId", "value": "", "type": "path", "description": "Id of the sent share invitation" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use" } ] }, "docs": "Delete a sent share invitation" }, { "info": { "name": "Microsoft Azure Notifies The Recipient Of The Sent Share Invitation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sentShares/:sentShareId/sentShareInvitations/:sentShareInvitationId:notify", "headers": [ { "name": "repeatability-request-id", "value": "" } ], "params": [ { "name": "sentShareId", "value": "", "type": "path", "description": "Id of the sent share" }, { "name": "sentShareInvitationId", "value": "", "type": "path", "description": "Id of the sent share invitation" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use" } ] }, "docs": "Notifies the user recipient of the sent share invitation, does not apply to service invitations." } ] } ], "bundled": true }