Forum Discussion
2 Replies
Sort By
- MohammedF2 years agoModerator
Hi satya! Could you please let me know the specific fields you would like to retrieve? The nodes collection will be the object to query here, but it's possible that some data for group hubs won't be available directly from the nodes collection, so the field details matter here.
- AmanMalhotra2 years agoExpert
Hi satya
You can use the below API for your use case:
SELECT * FROM nodes WHERE parent.id="category:zzzzzzzz"
Please replace zzzzzzzz with your category ID and let me know if you face any issues or have any further queries.
If you appreciate my efforts, please give me a Kudo ↓
Accept as a Solution to help others find it faster.
Related Content
- 3 years ago