System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
Hi
SINGLE TYPES has “Case”. In “Case” there is a “Repeatable component” named “allCases”.
How can I get the data in “allCases” only from the third or first element using the REST API?
For example, I do this:
api/case?populate=*&filters[allCases][id][$in][0]=2
But all elements from the “allCases” component are returned to me, although I requested only the first element by id.