Deprecation Notice
Api V3 is being deprecated on July 1st, 2023. Please consider updating to V5
Challenge
A challenge is an incentive for a campaign.
{
"id": 466,
"name": "Bounty hunters! We don't need this scum.",
"amount": 91,
"totalAmountRaised": 186,
"active": true,
"activatesOn": 1498169329000,
"campaignId": 231,
"endsAt": 1505762373000,
"createdAt": 1498232189000,
"updatedAt": 1498232189000
}
Fields
key | description |
---|---|
id integer |
This is the id of the challenge. |
name string |
The name of the challenge. |
amount currency |
The amount of money required to raise to complete this challenge. |
totalAmountRaised currency |
The amount of money currently raised by this challenge. |
active boolean |
Whether or not the challenge is active. |
campaignId integer |
The campaign this challenge is associated to. |
endsAt date |
When the challenge ends. |
createdAt date |
Date of challenge creation. |
updatedAt date |
Date of last challenge update. |