REST API return duplicates
Created by: mlevvy
Hello, I've a problem with rest API. Imagine that I've 180 projects. Regardless of the pagination and per_page parameters I always receive 180 projects. But I receive unique 155 unique project and rest are duplicates. A friend (different key) receive 126 unique project and rest are duplicates. But, when I go to admin console (admin/users/MYUSERNAME) and I fetch all project I receive 180 unique projects, regardless of user.
Examples: curl --header "PRIVATE-TOKEN:..." ".../api/v3/projects?page=90&per_page=1" [{"id":302, ....
curl --header "PRIVATE-TOKEN:..." ".../api/v3/projects?page=105&per_page=1" [{"id":302, ....