We want to integrate Thomson Reuters API (One Source Calendar) with our application to get due dates.
Api endpoint: /calendar/obligations/v1/{id}/calculated-due-dates
In the endpoint mentioned above, can we pass multiple id’s in query string or request body to get due dates ? We want to retrieve due dates for multiple form id’s. So is there any alternative of this API which can provide due date of multiple forms in single call?