We use Gitlab 7.8, i'm trying to get full list of groups on our prod server via gitlab api, unfortunately gitlab api is returning only 20 groups out of 80 available group. Any help in this would be appreciated.
command used is curl -k --header "PRIVATE-TOKEN: token of admin users" https://server_name/api/v3/groups
Running this as admin and adding admin account to all the groups didn't help either.