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?
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?
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.