# API to get Data needed to display on the Action Plan Panel **GET /dashboard/action-plan-panel** This API is used for getting upto six oldest action plans for the user to display on the Action Plan Panel. This GET grabs from Close Task and Close Issue type plans, and determines how many of each type should be displayed. For Close Task, oldest is determined by due date. For Close Issue, oldest is determined by status (Late/Progress/Not Stated/Complete). ## Servers - https://usaapi02.cadencyservices.trintech.com/test/api: https://usaapi02.cadencyservices.trintech.com/test/api () ## Authentication methods - Oauth2 ## Parameters ## Responses ### 200 OK #### Body: application/json (object) - **taskList** (array[object]) - **issueList** (array[object]) [Powered by Bump.sh](https://bump.sh)