Dashboard
Number of APIs: 11
-
Get Dashboard Item Property GET {{baseUrl}}/rest/api/3/dashboard/:dashboardId/items/:itemId/properties/:propertyKey
-
Set Dashboard Item Property PUT {{baseUrl}}/rest/api/3/dashboard/:dashboardId/items/:itemId/properties/:propertyKey
-
Delete Dashboard Item Property DELETE {{baseUrl}}/rest/api/3/dashboard/:dashboardId/items/:itemId/properties/:propertyKey
-
Copy Dashboard POST {{baseUrl}}/rest/api/3/dashboard/:id/copy
-
Get Dashboard Item Property Keys GET {{baseUrl}}/rest/api/3/dashboard/:dashboardId/items/:itemId/properties
-
Get Dashboard GET {{baseUrl}}/rest/api/3/dashboard/:id
-
Update Dashboard PUT {{baseUrl}}/rest/api/3/dashboard/:id
-
Delete Dashboard DELETE {{baseUrl}}/rest/api/3/dashboard/:id
-
Search For Dashboards GET {{baseUrl}}/rest/api/3/dashboard/search?dashboardName=<string>&accountId=<string>&owner=<string>&groupname=<string>&projectId=<long>&orderBy=name&startAt=0&maxResults=50&expand=<string>
-
Create Dashboard POST {{baseUrl}}/rest/api/3/dashboard