Get parents with pagination
Retrieve paginated list of parents.
GET
/parentsQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sort | string | No | Sort by query in the form field:desc/asc (e.g., name:asc) Allowed: asc, desc |
ids | string[] | No | Only include parents by ids |
excludeIds | string[] | No | Exclude parents by ids |
limit | number | Yes | - |
page | number | Yes | - |
search | string | No | - |