CMS API: get /collections/:collection_id/items includes draft items

This call returns all items even drafts and unpublished items.
get /collections/:collection_id/items

I would like to get only published. Any suggestions?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Since filtering / searching is not exposed via the API you would need to fetch then store collection items in your own object store that supported it.

1 Like