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