{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ConsumerInvitation API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ConsumerInvitation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List The Invitations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.DataShare/listInvitations", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." }, { "name": "$skipToken", "value": "", "type": "query", "description": "The continuation token" } ] }, "docs": "Lists invitations" }, { "info": { "name": "Microsoft Azure Gets The Invitation Identified By Invitationid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.DataShare/locations/:location/consumerInvitations/:invitationId", "params": [ { "name": "location", "value": "", "type": "path", "description": "Location of the invitation" }, { "name": "invitationId", "value": "", "type": "path", "description": "An invitation id" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Get an invitation" }, { "info": { "name": "Microsoft Azure Rejects The Invitation Identified By Invitationid", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.DataShare/locations/:location/rejectInvitation", "params": [ { "name": "location", "value": "", "type": "path", "description": "Location of the invitation" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Reject an invitation" } ] } ], "bundled": true }