Hi all,
We are using this API endpoint - https://developers.webflow.com/#get-all-items-for-a-collection
The API response’s total field is 97, although we can see 115 posts for that collection in the dashboard. Why do we have this difference? Our goal is to fetch all the latest blog posts, but API does not seem to work.
We understand that the max limit is 100 and we can use offset to get subsequent pages. The problem is that when we request with limit=100, offset=0, the response contains only 97 items, whereas in our dashboard we can see 115 items. Logically, that request should return 100 items, and then we would be able to use offset 100 to get the remaining 15.
Does anyone have any idea?
Thank you!
Here is my site Read-Only: LINK
(how to share your site Read-Only link)