List Categories (DataTable)
GET/api/categories
List product categories using the DataTable system. Supports search, sort, pagination, and archiving filters.
Authentication: Requires Bearer token.
DataTable parameters:
page/limit— paginationsearch— full-text search on namesort— sortable columns: id, name, created_at, updated_at, archived_atarchived— 0 (active), 1 (archived)filter[name]— filter by nameincluded[]/excluded[]— force-include or exclude specific IDstable_specifications— return column spec metadata
Request
Responses
- 200
Successful response