{ "info": { "name": "Azure Automation API Webhook List By Automation Account", "_postman_id": "b1321c1e-57ac-449c-ad3c-57191c853b8b", "description": "Retrieve a list of webhooks.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "webhook", "item": [ { "id": "a1f890a7-aa19-434c-9495-9c559c077538", "name": "Webhook_ListByAutomationAccount", "request": { "url": { "protocol": "http", "host": "management.azure.com", "path": [ "subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Automation/automationAccounts/:automationAccountName/webhooks" ], "query": [ { "key": "$filter", "value": "%7B%7D", "disabled": false }, { "key": "No Name", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "automationAccountName", "value": "{}", "type": "string" }, { "id": "subscriptionId", "value": "subscriptionId", "type": "string" }, { "id": "resourceGroupName", "value": "resourceGroupName", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Retrieve a list of webhooks" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "b1b86616-d10d-4d19-80ed-5e0999e1f7a1" } ] } ] } ] }