Forum Discussion
ClaudiusH we had an issue with the Rest API v1 when we were trying to fetch the tags if they were more than 1000. As we need to make multiple calls in order to get this details if the limit exceeds more than 1000 with v1.
And i saw that we can get more details with LIQL with a single API request and my request here is what is the maximum number for the Limit that can be passed to the api. Is it 2000 or 5000 or more, i want to know what is the maximum count that i can use for the limit ?
shhouji the max value for LIMIT is 1000 as well. It's possible that bigger values were allowed in the past but they are not guaranteed to work. Also, depending on the amount of data you're requesting, you may want to lower down the LIMIT value to have a reasonable size for the response payload.
Related Content
- 5 years ago
- 5 years ago