API to get Data needed to display on the Upcoming Panel
This API is used for getting the total count of late action plans for the user to display on the Upcoming Panel. Two numbers are returned, a total count of Close Tasks action plans where it is currently assigned to a performer but has the user or a group the user belonged to assigned as a reviewer, and a total count of Close Tasks action plans where it is currently assigned to a performer or a reviewer but has the user or a group the user belonged to assigned as an approver.
GET
/cs-close-api/dashboard/upcoming-panel
curl \
--request GET 'http://close-service:8082/cs-close-api/dashboard/upcoming-panel'
Response examples (200)
{
"upcomingReviewerRoleCount": 42,
"upcomingApproverRoleCount": 42
}