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
/dashboard/upcoming-panel
curl \
--request GET 'https://usaapi02.cadencyservices.trintech.com/test/api/dashboard/upcoming-panel' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"upcomingReviewerRoleCount": 42,
"upcomingApproverRoleCount": 42
}