0

This question is similar to Why is TFS Rest API for fetching the TFVC changesets returning only 256 items?

I tried with all parameters like top, skip and more. is there a way to get all releases?

Community
  • 1
  • 1
Abisek S
  • 55
  • 1
  • 6
  • There seems to be a number of different, arbitrary limits in the various API calls. Querying builds appears to only return 1,000 items as another example. – Pero P. Jul 21 '16 at 21:59

1 Answers1

0

I can't find the documentation but I'm almost positive there is an overriding total result count limit which forces you to use paged calls to get all the data.

chief7
  • 14,263
  • 14
  • 47
  • 80