Filter projects and users by updated_at
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Filtering projects and users by updated_at will make it easier to loop over the entire list of projects and users, allowing the API consumer to simply request what has changed.
From https://gitlab.com/gitlab-org/gitlab-ce/issues/42661
All APIs that return more than one element should have some since=* parameter, to return everything since a given change, this would a
SELECTon aupdated_atfield in the relevant table.
We should implement a since filter.
Proposal
Add since filter parameter to /users and /projects API's
Links
Edited by 🤖 GitLab Bot 🤖