
The Entrants settings define who can participate in a Competition. Information about Entrants, Limitations, and Terms & Conditions can be configured here.
ENTRANTS fields
EXAMPLES
» Member group eligibility Object
Mandatory
Select groups of entrants that may or may not participate in a Competition. If you do not select any entrants, the default is ALL registered members. |
» *Should match at least Integer
Mandatory**
*This section appears only when the rule Should was implemented in the Member group eligibility field. |
» Automatically register members for this competition Boolean
Mandatory
Select whether the participants do not require to register, or are required to register.
The default is Yes, which means does not require members to register. |
» Terms and Conditions String
Optional
The Terms and Conditions of the competition that players see in the leaderboard. |
APP Example:
Member group eligibility: Must | Summer |
Member group eligibility: Should | CL, CL_JP |
Member group eligibility: Must-not | VIP |
Should match at least | 1 |
Automatically register members for this competition | yes |
Terms & Conditions | Log in and play! |
API Example:
{ "jsonClass": "Competition", ... "options": { ... "includeEntrantsWhere": { "filters": [], "must": [ "Summer" ], "mustNot": [ "VIP" ], "should": [ "CL_JP", "CL" ], "shouldMatchAtLeast": 1 }, "optinRequiredForEntrants": false, ... "termsConditions": "Log in and play!", ... }