Introduction
The OpenPecha backend has a Categories API at /v2/categories/ that manages hierarchical categories for organizing texts. Categories support multi-language localization and belong to specific applications.
Requirement Request from Webuddhist
For Webuddhist to get all child categories of a selected category, you would need:
Tasks
Reviewer
Introduction
The OpenPecha backend has a Categories API at /v2/categories/ that manages hierarchical categories for organizing texts. Categories support multi-language localization and belong to specific applications.
Requirement Request from Webuddhist
For Webuddhist to get all child categories of a selected category, you would need:
GET /v2/categories/{category_id}endpoint that returns:This would allow Webuddhist to:
Tasks
Reviewer