I've fetched some tasks for "Project A" and suppose the 'task notes' or 'assignee' of the task is changed. How can I check in my next request if there are any changes?
Will I have to get all the tasks and check for their "modified_at" and compare it with some local value? or there's an easy way? (because if I do this, I'll have to get all the tasks and then send request for each task to get it's modified_at, so If I've 100 tasks for a project, I'll need 100 requests?)