Grid Components
Fetch data used to populate Grid UI components displayed in the application, sourced from your Client API.
The single operation in this category, GET /components/grids/{gridComponentId}, supports pagination via page_number and page_size, multi-column sorting via sort (e.g. sort=id,-title sorts ascending by id and descending by title), and column filtering through operators such as eq, contains, doesnotcontain, isnotnull, and in. The Client API is expected to apply pagination, sorting, and filtering server-side and return a data array together with a meta.pagination object (total, count, per_page, current_page, total_pages, and paging links).