{
"opencollection": "1.0.0",
"info": {
"name": "Openpath API Documentation auth orgs/dashboards API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "orgs/dashboards",
"type": "folder"
},
"items": [
{
"info": {
"name": "List all dashboards",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/dashboards",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "limit",
"value": "",
"type": "query"
},
{
"name": "offset",
"value": "",
"type": "query"
},
{
"name": "sort",
"value": "",
"type": "query"
},
{
"name": "order",
"value": "",
"type": "query"
},
{
"name": "q",
"value": "",
"type": "query"
},
{
"name": "filter",
"value": "",
"type": "query"
},
{
"name": "preFilter",
"value": "",
"type": "query"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dash:r,o{params.orgId}-dashCust:w,o{params.orgId}-dashCust:r,o:w,o:r,s-o:w,s-o:r
__Endpoint name__: listDashboards"
},
{
"info": {
"name": "Create a new dashboard",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/orgs/:orgId/dashboards",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dashCust:w,o:w,s-o:w
__Endpoint name__: createDashboard"
},
{
"info": {
"name": "Describe a dashboard",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/dashboards/:dashboardId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "dashboardId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dash:r,o{params.orgId}-dashCust:w,o{params.orgId}-dashCust:r,o:w,o:r,s-o:w,s-o:r
__Endpoint name__: describeDashboard"
},
{
"info": {
"name": "Update an existing dashboard",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/orgs/:orgId/dashboards/:dashboardId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "dashboardId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dashCust:w,o:w,s-o:w
__Endpoint name__: updateDashboard"
},
{
"info": {
"name": "Delete a dashboard",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/orgs/:orgId/dashboards/:dashboardId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "dashboardId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dashCust:w,o:w,s-o:w
__Endpoint name__: deleteDashboard"
},
{
"info": {
"name": "List all dashboard widgets",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/dashboards/:dashboardId/widgets",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "dashboardId",
"value": "",
"type": "path"
},
{
"name": "limit",
"value": "",
"type": "query"
},
{
"name": "offset",
"value": "",
"type": "query"
},
{
"name": "sort",
"value": "",
"type": "query"
},
{
"name": "order",
"value": "",
"type": "query"
},
{
"name": "q",
"value": "",
"type": "query"
},
{
"name": "filter",
"value": "",
"type": "query"
},
{
"name": "preFilter",
"value": "",
"type": "query"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dash:r,o{params.orgId}-dashCust:w,o{params.orgId}-dashCust:r,o:w,o:r,s-o:w,s-o:r
__Endpoint name__: listWidgets"
},
{
"info": {
"name": "Create a new dashboard widget",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/orgs/:orgId/dashboards/:dashboardId/widgets",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "dashboardId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dashCust:w,o:w,s-o:w
__Endpoint name__: createWidget"
},
{
"info": {
"name": "Describe a dashboard widget",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/dashboards/:dashboardId/widgets/:widgetId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "dashboardId",
"value": "",
"type": "path"
},
{
"name": "widgetId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dash:r,o{params.orgId}-dashCust:w,o{params.orgId}-dashCust:r,o:w,o:r,s-o:w,s-o:r
__Endpoint name__: describeWidget"
},
{
"info": {
"name": "Update a dashboard widget",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/orgs/:orgId/dashboards/:dashboardId/widgets/:widgetId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "dashboardId",
"value": "",
"type": "path"
},
{
"name": "widgetId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dashCust:w,o:w,s-o:w
__Endpoint name__: updateWidget"
},
{
"info": {
"name": "Delete a dashboard widget",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/orgs/:orgId/dashboards/:dashboardId/widgets/:widgetId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "dashboardId",
"value": "",
"type": "path"
},
{
"name": "widgetId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dashCust:w,o:w,s-o:w
__Endpoint name__: deleteWidget"
}
]
}
],
"bundled": true
}