{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector TopicTypes API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "TopicTypes", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List Topic Types", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.EventGrid/topicTypes", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "List all registered topic types." }, { "info": { "name": "Microsoft Azure Get A Topic Type", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.EventGrid/topicTypes/:topicTypeName", "params": [ { "name": "topicTypeName", "value": "", "type": "path", "description": "Name of the topic type." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Get information about a topic type." }, { "info": { "name": "Microsoft Azure List Event Types", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.EventGrid/topicTypes/:topicTypeName/eventTypes", "params": [ { "name": "topicTypeName", "value": "", "type": "path", "description": "Name of the topic type." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "List event types for a topic type." } ] } ], "bundled": true }