get https://{baseUrl}/api/tasks/getMyActionsDueSoon///
Used for dashboard widget
Log in to see full request history
Response
Used for dashboard widget
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/tasks/getMyActionsDueSoon/intDays/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
{
"totalItems": 0,
"items": [
null
]
}