Skip to main content

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 — pagination
  • search — full-text search on name
  • sort — sortable columns: id, name, created_at, updated_at, archived_at
  • archived — 0 (active), 1 (archived)
  • filter[name] — filter by name
  • included[] / excluded[] — force-include or exclude specific IDs
  • table_specifications — return column spec metadata

Request

Responses

Successful response