{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Numbers API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Numbers", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Numbers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/numbers", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client API version" }, { "name": "number", "value": "", "type": "query", "description": "Query information for a specific number." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "Maximum number of records to include in a single response. Defaults to 200, and must not exceed 500." }, { "name": "skip", "value": "", "type": "query", "description": "An offset into the collection of the first record to be returned." } ] }, "docs": "Gets a list of all configured numbers across all accounts. Response pagination can be controlled with a combination of the maxpagesize and skip parameters. Limit the number of records in a response with the maxpagesize parameter. Specify the starting record using the skip parameter." } ] } ], "bundled": true }