Discussion

Ask a Question
Back to All

API Last Modified Date for multiple entities

I am trying to get the last modified date for a number of entities using the API.

As I have multiple entities i would like to retrieve all the data at once if possible. The entities may also be of different types (user story, task, etc.)

So for example if i have a User Story with ID 1 and a Task with ID 2 and another Task with id 3 is there any way of using the history api to get all of the last modified dates of these entities without having to do a lookup for each of them individually.