Forum Discussion
Anonymous
5 years agoNot applicable
API JSON URL LIMIT 5000
Hi Guys, I need your help. I am fetching data from vsts.contents. I am getting only 5000 records but it contains more than 5000 records. I used this code from chrome but also it is not working. I do...
PhilipTreacy
5 years agoSuper User
Hi Anonymous
That code as it is is not valid. The BaseURL is missing // in https:// and Options in the VSTS.Contents call is not defined. I don't see how it is working for you to return 5000 records?
If you have another query that is returning 5000 records, what are the values of EntityCount and PageCount? These determine the number of calls made to the API.
Regards
Phil