REST API one more level #8381
Unanswered
ottz0
asked this question in
Troubleshooting
Replies: 1 comment
-
I dont think this is possible with the REST Api tree. You can filter on the entries end point: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use the REST API and I need to go 1 more level deeper but It keep getting errors. I'm trying to get a sub category of pages in my marketplace but can only get all pages in the marketplace as I don't want to query that many pages.
This works
http://localhost:3000/api/collections/marketplace/tree
This does not work
http://localhost:3000/api/collections/marketplace/{{ need_to_get_to_this_but_cant }}/tree
Beta Was this translation helpful? Give feedback.
All reactions