Skip to content

MngGetCopyMastersByFilter

Returns Copy Trading masters using the standard table filter format.

Access

SESSION_MANAGER, SESSION_ADMIN, SESSION_DEALER, SESSION_CRM_MANAGER, SESSION_CRM_ADMIN.

Non-admin manager access requires access_backoffice or access_crm plus see_copytrade.

Request Parameters

Name Type Required Description
limit int Yes Page size
offset int Yes Page offset
where array No Standard where filters
orWhere array No OR comparison group in [[field, operator, value], ...] format; at least one condition must match
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.