MngGetCopyMastersByFilter¶
Returns Copy Trading masters using the standard table filter format.
Access¶
SESSION_MANAGER, SESSION_ADMIN, SESSION_DEALER, SESSION_CRM_MANAGER, SESSION_CRM_ADMIN.
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
limit |
int | Yes | Page size |
offset |
int | Yes | Page offset |
where |
array | No | Standard where filters |
whereNot |
array | No | Standard negative filters |
whereIn |
array | No | Standard include-by-list filters |
whereNotIn |
array | No | Standard exclude-by-list filters |
whereBetween |
array | No | Standard range filters |
whereNotBetween |
array | No | Standard negative range filters |
orderBy |
array | No | Sort definition |
Response Structure¶
id, login, enabled, strategy_name, description, visibility,
allowed_follower_modes, created_time, updated_time.