Retrieve a Sync Rule¶
Returns the details of a sync rule.
Path Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
integer | ID of the sync rule |
Examples¶
Response¶
Returns 200 OK with the Sync Rule object.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |
404 |
NOT_FOUND |
Sync rule does not exist |