{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Dashboards API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get The List Of Dashboards In An Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboards", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "filter", "value": "", "type": "query", "description": "An expression on the resource type that selects the resources to be returned." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of resources to return from one response." }, { "name": "orderby", "value": "", "type": "query", "description": "An expression that specify the order of the returned resources." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get A Dashboard By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboards/:dashboardId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "dashboardId", "value": "", "type": "path", "description": "Unique ID for the dashboard." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A Dashboard", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/dashboards/:dashboardId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "dashboardId", "value": "", "type": "path", "description": "Unique ID for the dashboard." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Dashboard", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dashboards/:dashboardId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "dashboardId", "value": "", "type": "path", "description": "Unique ID for the dashboard." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dashboards/:dashboardId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "dashboardId", "value": "", "type": "path", "description": "Unique ID for the dashboard." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }