List Sync Rules¶
Returns a paginated list of sync rules.
Query Parameters¶
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page |
integer | No | 1 |
Page number (1-based) |
pageSize |
integer | No | 25 |
Items per page (max 100) |
sortBy |
string | No | Sort field | |
sortDirection |
string | No | asc |
Sort order: asc or desc |
filter |
string | No | Filter by name |
Examples¶
Response¶
Returns 200 OK with a paginated list of Sync Rule objects.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |