REST API: Filter for related Entries #10773
Unanswered
Kilsicles
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Updated
Using the statamic REST API, I want to filter items based on a linked entry.
http://localhost/api/collections/news/entries?filter[categories:contains]=some-value
Response structure (unfiltered) looks like this:
With the filter, I get no results.
On the other hand, filtering for taxonomies does work.
Beta Was this translation helpful? Give feedback.
All reactions