MngGetCopyRewardAccrualsByFilter¶
Returns Copy Trading reward accruals using the standard table filter format.
Current implementation exposes read access for accruals. Accruals are expected to be created by reward calculation runtime.
Access¶
SESSION_MANAGER, SESSION_ADMIN, SESSION_DEALER, SESSION_CRM_MANAGER, SESSION_CRM_ADMIN.
Request Parameters¶
Uses the standard table filter payload: limit, offset, optional where,
whereNot, whereIn, whereNotIn, whereBetween, whereNotBetween,
orderBy.
Response Structure¶
id, subscription_id, master_login, follower_login, reward_type,
period_from, period_to, base_amount, fee_amount, currency, state,
created_time, updated_time.