{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector VerifiedPartners API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "VerifiedPartners", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get A Verified Partner", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.EventGrid/verifiedPartners/:verifiedPartnerName", "params": [ { "name": "verifiedPartnerName", "value": "", "type": "path", "description": "Name of the verified partner." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Get properties of a verified partner." }, { "info": { "name": "Microsoft Azure List All Verified Partners", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.EventGrid/verifiedPartners", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." }, { "name": "$filter", "value": "", "type": "query", "description": "The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'." }, { "name": "$top", "value": "", "type": "query", "description": "The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page." } ] }, "docs": "Get a list of all verified partners." } ] } ], "bundled": true }