id |
Integer |
Challenge identifier. This will be automatically fetched. |
[optional] |
confidentialityType |
String |
Confidentiality type. This will set terms on the challenge. Current options are public or standard_cca (NDA). Optional. |
[optional] |
technologies |
[ChallengeTechnologies] |
Technology ID-Name-pairs. See https://api.topcoder.com/v2/data/technologies for full list. Optional. |
[optional] |
subTrack |
String |
the challenge type. Optional. |
[optional] |
name |
String |
The challenge name. Optional. |
[optional] |
reviewType |
String |
The review type of the challenge. Setting to COMMUNITY will setup a standard community review with the review board. INTERNAL will need to be manually assigned. Optional. |
[optional] |
billingAccountId |
Integer |
Billing account identifier. Optional. |
[optional] |
milestoneId |
Integer |
Milestone identifier. Optional. |
[optional] |
detailedRequirements |
String |
The detail requirements for the challenge. Optional. |
[optional] |
submissionGuidelines |
String |
The submission guideline. Optional. |
[optional] |
registrationStartsAt |
Date |
ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ). Optional. |
[optional] |
registrationEndsAt |
Date |
ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ). Optional. |
[optional] |
checkpointSubmissionStartsAt |
Date |
The start date for checkpoint. Set this to the same as registrationStartsAt in most cases. ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ). Optional. |
[optional] |
checkpointSubmissionEndsAt |
Date |
The end of the checkpoint submission phase. ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ). Optional. |
[optional] |
submissionEndsAt |
Date |
The end of the submission phase. ISO-8601 formatted date times (YYYY-MM-DDTHH:mm:ss.sssZ). Optional. |
[optional] |
round1Info |
String |
The info for round one. Describe what you want submitters to deliver for their checkpoint submissions. Optional. |
[optional] |
round2Info |
String |
The info for round two. Describe what you want submitters to deliver for their final submissions. Optional. |
[optional] |
platforms |
[ChallengeTechnologies] |
Platform ID-Name-pairs. See https://api.topcoder.com/v2/data/platforms for full list. Optional. |
[optional] |
numberOfCheckpointPrizes |
Integer |
The number of checkpoint prizes that can be awarded. Optional. |
[optional] |
checkpointPrize |
Integer |
The checkpoint prize. This amount is the prize for EACH checkpoint winner. Optional. |
[optional] |
finalDeliverableTypes |
[ChallengeTechnologies] |
Final deliverable type ID-Name-pairs. Applies to design challenges. Optional. |
[optional] |
prizes |
[Integer] |
The prize list. Please follow standard pricing guidelines for the challenge type. Optional. |
[optional] |
projectId |
Integer |
Direct project identifier. The challenge will be placed in this Direct project. Optional. |
[optional] |
submissionVisibility |
Boolean |
Will submissions be publically visible when the challenge ends? Optional. |
[optional] |
maxNumOfSubmissions |
Integer |
How many submissions can each submitter submit? Optional. |
[optional] |
task |
Boolean |
Set the challenge to be a private task. Only allowed for First2Finish and Design First2Finish. Optional. |
[optional] |
assignees |
[String] |
Preregistered users for private task, only valid when task is true. Optional. |
[optional] |
copilotId |
Integer |
The copilot id to set. Optional. |
[optional] |
copilotFee |
Integer |
The copilot fee for the copilot. Optional. |
[optional] |
failedRegisterUsers |
[ChallengeFailedRegisterUsers] |
Users that failed preregistering, including the reason. This is used in the response only. Optional. |
[optional] |