API to get Data needed to display on the Overdue Panel
This API is used for getting the total count of late action plans for the user to display on the Overdue Panel. Two numbers are returned, a total count of late Close Tasks and a total count of late Close Issues.
GET
/cs-close-api/dashboard/overdue-panel
curl \
--request GET 'http://close-service:8082/cs-close-api/dashboard/overdue-panel'
Response examples (200)
{
"overdueTaskCount": 42,
"overdueIssueCount": 42
}