Dashboard

Number of APIs: 11

  1. Get Dashboard Item Property GET {{baseUrl}}/rest/api/3/dashboard/:dashboardId/items/:itemId/properties/:propertyKey

  2. Set Dashboard Item Property PUT {{baseUrl}}/rest/api/3/dashboard/:dashboardId/items/:itemId/properties/:propertyKey

  3. Delete Dashboard Item Property DELETE {{baseUrl}}/rest/api/3/dashboard/:dashboardId/items/:itemId/properties/:propertyKey

  4. Copy Dashboard POST {{baseUrl}}/rest/api/3/dashboard/:id/copy

  5. Get Dashboard Item Property Keys GET {{baseUrl}}/rest/api/3/dashboard/:dashboardId/items/:itemId/properties

  6. Get Dashboard GET {{baseUrl}}/rest/api/3/dashboard/:id

  7. Update Dashboard PUT {{baseUrl}}/rest/api/3/dashboard/:id

  8. Delete Dashboard DELETE {{baseUrl}}/rest/api/3/dashboard/:id

  9. 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>

  10. Create Dashboard POST {{baseUrl}}/rest/api/3/dashboard