forked from DonorDrive/PublicAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Event Teams Entity
Wesley Merkamp edited this page Nov 26, 2018
·
1 revision
/api/event/{eventID}/teams
| Query Parameter | Description |
|---|---|
callback |
The value provided will wrap the payload as a JSONP-formatted response. |
version |
The version of the API desired. If no version parameter is provided, the API will default to the oldest supported version. |
| Field | Description |
|---|---|
eventID |
The unique ID of the event |
On a successful HTTP Call, 200 OK will be returned with an object whose body will contain an events teams.
| Field | Type | Description |
|---|---|---|
amount |
float | The amount of this Donation |
avatarImageURL |
string | The URL for the avatar image associated with the donor |
createdDateUTC |
string-formatted date | The ISO-8601-formatted date (in UTC) this Donation was created |
displayName |
string | The donor's name |
donorID |
string | The unique ID of the Donation |
message |
string | A message from the donor |
participantID |
integer | The ID of the Participant this Donation is associated with |
teamID |
integer | The ID of the Team this Donation is associated with |
- Home
- Introduction
- Version
- Status Codes
- Guides
- Activity
- Badges
- Donations
- Donors
- Events
- Participants
- Teams