Client package
How the client package works
Understanding API Options
1. filter
Filters allow you to refine API responses based on field values. Examples:
2. sort
Sorts data based on fields in ascending (asc) or descending (desc) order.
3. populate
Defines related data to be included in the response.
4. page and pageSize
Defines pagination options.
5. formatOptions
Controls rich text formatting.
API Methods
1. getRow
Fetches a single record by ID.
2. getRows
Fetches multiple records with filtering, sorting, and pagination.
These methods make interacting with the API straightforward and efficient.