The event details page lists all of the details for the specific event.
You can access the competition details object using the format: {{competition.variable}}
Variable | Description |
---|
title | Custom title of the event |
subtitle | Custom subtitle of the event |
address | Address of the event |
image1 | Image 1 provided for the event (see Image Object) |
image2 | Image 2 provided for the event (see Image Object) |
image3 | Image 3 provided for the event (see Image Object) |
image4 | Image 4 provided for the event (see Image Object) |
image5 | Image 5 provided for the event (see Image Object) |
sections | List of custom sections (see Section Object) |
id | ID of the event |
name | Name of the event |
location | Location of the event |
eventStart | Start date of the event |
eventEnd | End Date of the event |
multipleCompetitions | Boolean indicating if there are multiple competitions (true means multiple competitions, false means a single competition) |
competitions | List of Competitions (see Competition Object) |
| |
---|
url | URL of the image |
name | Name of the image |
type | MIME type of the image |
Sections are specified by the administrators of the organization. The contents may or may not be filled in or provided.
Variable | Description |
---|
name | Name of the Section |
documents | List of Documents (see Document Object) |
content | Content provided for the section |
Variable | Description |
---|
url | URL for the document |
name | Name of the document |
type | Type of document |
Variable | Description |
---|
id | ID of the competition |
name | Name of the competition |
competitionDate | Date of the competition |
recapUrl | URL of the recap |
divisions | List of Divisions (see Division Object) |
Variable | Description |
---|
id | ID of the Division |
name | Name of the Division |
initials | Initials of the division |
published | Boolean indicating if the scores have been published (true means scores have been released, false means scores have not been released |
rounds | List of Rounds (see Round Object) |
Variable | Description |
---|
id | ID of the Round |
name | Name of the Round |
performances | List of Performances (see Performance Object) |
Variable | Description |
---|
id | ID of the Performance |
groupName | Name of the Group |
finalScore | Final Score of the Performance |
rank | Rank of the Performance |
performanceTime | Time of the Performance |
noScoreReason | Reason provided if they were marked as "no score available" |