Hi All,
Is it posible to use pagination in the Team Server API, I can successfully retrieve branches and revisions however a default of 20 records are returned by the API and I have tried using limit and offset paramaters ie
https://deploy.mendix.com/api/1/apps/<AppName>/branches/trunk/revisions/?limit=100&offset=100
The ?about response on the revisions API does not appear to include paginations options.
Thanks!