Contains functionality to access events details, and retrieves a paged list of active events with an option to include additional data related to the event.
Event Details
Retrieves event's details including additional data related to the event.
Endpoint
GET https://exposureevents.com/api/v1/events
Parameters
Name | Type | Default | Required | Description |
---|---|---|---|---|
id | integer | The event id. | ||
includes | enumeration | Additional data to be included in the response. Values should be separated by commas. |
{
"Event": {
"Id": 30,
"Sport": 0,
"ParentId": 1,
"Gender": 1,
"Name": "Exposure Events",
"Organization": {
"Id": 1,
"Name": "Exposure Events",
"Website": "https://exposureevents.com"
},
"Archive": false,
"Type": 0,
"Image": "",
"StartDate": "11/21/2024",
"TimeZone": "Mountain Standard Time",
"EndDate": "11/21/2024",
"Address": {
"Location": "Exposure High School",
"StreetAddress": "3934 E Battala Avenue",
"ExtendedAddress": "Suite 144",
"City": "Gilbert",
"StateRegion": "Arizona",
"PostalCode": "85297",
"Latitude": 36.1849073,
"Longitude": -115.1230314
},
"Divisions": [
{
"Id": 120,
"Name": "17",
"Description": "This is an open division.",
"Gender": 1,
"Order": 1
}
],
"Assets": [
{
"Id": 1145,
"Name": "Teams",
"Description": "Super Teams",
"Url": "https://exposureevents.com/assets/documents/1145.xls",
"DateModified": "11/21/2024 5:08 AM",
"DateCreated": "11/21/2024 5:08 AM"
}
],
"Reports": [
{
"Name": "Teams",
"Description": "Event participating teams.",
"Url": "https://exposureevents.com/events/teams?eventid=30",
"Type": 3,
"DateModified": "11/21/2024 5:08 AM"
}
],
"Venues": [
{
"Id": 68,
"Name": "Exposure High School",
"Abbr": "EHS",
"Address": {
"Location": "Exposure High School",
"StreetAddress": "3934 E Battala Avenue",
"ExtendedAddress": "Suite 144",
"City": "Gilbert",
"StateRegion": "Arizona",
"PostalCode": "85297",
"Latitude": 36.1849073,
"Longitude": -115.1230314
},
"Locations": [
{
"Sport": 0,
"Name": "Main",
"Abbr": "MN"
}
]
}
],
"Prices": [
{
"Id": 35,
"Type": 1,
"Name": "Tournament Fee",
"Amount": 200.0,
"Description": "Early bird special"
}
],
"Settings": {
"EnableRegistration": false,
"RosterLimit": 12,
"RegistrationStatus": 1,
"RegistrationStartDate": "11/21/2024",
"RegistrationEndDate": "11/21/2024",
"RegistrationStartTime": "5:08 AM",
"RegistrationEndTime": "5:08 AM",
"ScheduleAvailabilityDate": "11/21/2024",
"ScheduleAvailabilityTime": "5:08 AM",
"ShowSchedule": true,
"ShowPools": true,
"ShowBrackets": true,
"ShowTeams": false
},
"ContactName": "Bob Smith",
"ContactEmail": "noreply@exposureevents.com",
"ContactPhone": "555-555-5555",
"Certifications": [
{
"Type": 3,
"Name": "NCAA Certified"
}
],
"Season": {
"Id": 100,
"StartYear": 2024,
"EndYear": 2025,
"Session": "Fall"
},
"InstagramHandle": "exposureev",
"TwitterHandle": "exposureev",
"Website": "https://exposureevents.com",
"FacebookPage": "https://facebook.com/exposureeventsllc",
"TravelWebsite": "https://exposureevents.hotelplanner.com/search/?city=3934+E+Battala+Avenue+Gilbert+Arizona+85297&checkin=11/20/2024&checkout=11/21/2024&kw=teamid---eventid-30"
}
}
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Event>
<Address>
<City>Gilbert</City>
<ExtendedAddress>Suite 144</ExtendedAddress>
<Latitude>36.1849073</Latitude>
<Location>Exposure High School</Location>
<Longitude>-115.1230314</Longitude>
<PostalCode>85297</PostalCode>
<StateRegion>Arizona</StateRegion>
<StreetAddress>3934 E Battala Avenue</StreetAddress>
</Address>
<Archive>false</Archive>
<Assets>
<Asset>
<DateCreated>11/21/2024 5:08 AM</DateCreated>
<DateModified>11/21/2024 5:08 AM</DateModified>
<Description>Super Teams</Description>
<Id>1145</Id>
<Name>Teams</Name>
<Url>https://exposureevents.com/assets/documents/1145.xls</Url>
</Asset>
</Assets>
<Certifications>
<Certification>
<Name>NCAA Certified</Name>
<Type>NCAACertified</Type>
</Certification>
</Certifications>
<ContactEmail>noreply@exposureevents.com</ContactEmail>
<ContactName>Bob Smith</ContactName>
<ContactPhone>555-555-5555</ContactPhone>
<Divisions>
<Division>
<Description>This is an open division.</Description>
<Gender>1</Gender>
<Id>120</Id>
<Name>17</Name>
<Order>1</Order>
</Division>
</Divisions>
<EndDate>11/21/2024</EndDate>
<FacebookPage>https://facebook.com/exposureeventsllc</FacebookPage>
<Gender>1</Gender>
<Id>30</Id>
<Image></Image>
<InstagramHandle>exposureev</InstagramHandle>
<Name>Exposure Events</Name>
<Organization>
<Id>1</Id>
<Name>Exposure Events</Name>
<Website>https://exposureevents.com</Website>
</Organization>
<ParentId>1</ParentId>
<Prices>
<Price>
<Amount>200</Amount>
<Description>Early bird special</Description>
<Id>35</Id>
<Name>Tournament Fee</Name>
<Type>1</Type>
</Price>
</Prices>
<Reports>
<Report>
<DateModified>11/21/2024 5:08 AM</DateModified>
<Description>Event participating teams.</Description>
<Name>Teams</Name>
<Type>3</Type>
<Url>https://exposureevents.com/events/teams?eventid=30</Url>
</Report>
</Reports>
<Season>
<EndYear>2025</EndYear>
<Id>100</Id>
<Session>Fall</Session>
<StartYear>2024</StartYear>
</Season>
<Settings>
<EnableRegistration>false</EnableRegistration>
<RegistrationEndDate>11/21/2024</RegistrationEndDate>
<RegistrationEndTime>5:08 AM</RegistrationEndTime>
<RegistrationStartDate>11/21/2024</RegistrationStartDate>
<RegistrationStartTime>5:08 AM</RegistrationStartTime>
<RegistrationStatus>1</RegistrationStatus>
<RosterLimit>12</RosterLimit>
<ScheduleAvailabilityDate>11/21/2024</ScheduleAvailabilityDate>
<ScheduleAvailabilityTime>5:08 AM</ScheduleAvailabilityTime>
<ShowBrackets>true</ShowBrackets>
<ShowPools>true</ShowPools>
<ShowSchedule>true</ShowSchedule>
<ShowTeams>false</ShowTeams>
</Settings>
<Sport>0</Sport>
<StartDate>11/21/2024</StartDate>
<TimeZone>Mountain Standard Time</TimeZone>
<TravelWebsite>https://exposureevents.hotelplanner.com/search/?city=3934+E+Battala+Avenue+Gilbert+Arizona+85297&checkin=11/20/2024&checkout=11/21/2024&kw=teamid---eventid-30</TravelWebsite>
<TwitterHandle>exposureev</TwitterHandle>
<Type>0</Type>
<Venues>
<Venue>
<Abbr>EHS</Abbr>
<Address>
<City>Gilbert</City>
<ExtendedAddress>Suite 144</ExtendedAddress>
<Latitude>36.1849073</Latitude>
<Location>Exposure High School</Location>
<Longitude>-115.1230314</Longitude>
<PostalCode>85297</PostalCode>
<StateRegion>Arizona</StateRegion>
<StreetAddress>3934 E Battala Avenue</StreetAddress>
</Address>
<Id>68</Id>
<Locations>
<Location>
<Abbr>MN</Abbr>
<Name>Main</Name>
<Sport>0</Sport>
</Location>
</Locations>
<Name>Exposure High School</Name>
</Venue>
</Venues>
<Website>https://exposureevents.com</Website>
</Event>
</Response>
Events
Retrieves a paged list of active events including additional data related to the event.
Endpoint
GET https://exposureevents.com/api/v1/events
Parameters
Name | Type | Default | Required | Description |
---|---|---|---|---|
page | integer | 1 | ||
pagesize | integer | 50 | ||
sport | enumeration | The sport of the event. | ||
parentid | integer | The parent id of the event. | ||
organizationid | integer | The organization id of the event. | ||
archive | boolean | |||
startdate | date | Filter at and above date. i.e. 2/2/2024 | ||
enddate | date | Filter at and below date. i.e. 2/2/2025 | ||
type | enumeration | The type of event. | ||
includes | enumeration | Additional data to be included in the response. Values should be separated by commas. |
{
"Events": {
"Results": [
{
"Id": 30,
"Sport": 0,
"ParentId": 1,
"Gender": 1,
"Name": "Exposure Events",
"Organization": {
"Id": 1,
"Name": "Exposure Events",
"Website": "https://exposureevents.com"
},
"Archive": false,
"Type": 0,
"Image": "",
"StartDate": "11/21/2024",
"TimeZone": "Mountain Standard Time",
"EndDate": "11/21/2024",
"Address": {
"Location": "Exposure High School",
"StreetAddress": "3934 E Battala Avenue",
"ExtendedAddress": "Suite 144",
"City": "Gilbert",
"StateRegion": "Arizona",
"PostalCode": "85297",
"Latitude": 36.1849073,
"Longitude": -115.1230314
},
"Divisions": [
{
"Id": 120,
"Name": "17",
"Description": "This is an open division.",
"Gender": 1,
"Order": 1
}
],
"Assets": [
{
"Id": 1145,
"Name": "Teams",
"Description": "Super Teams",
"Url": "https://exposureevents.com/assets/documents/1145.xls",
"DateModified": "11/21/2024 5:08 AM",
"DateCreated": "11/21/2024 5:08 AM"
}
],
"Reports": [
{
"Name": "Teams",
"Description": "Event participating teams.",
"Url": "https://exposureevents.com/events/teams?eventid=30",
"Type": 3,
"DateModified": "11/21/2024 5:08 AM"
}
],
"Venues": [
{
"Id": 68,
"Name": "Exposure High School",
"Abbr": "EHS",
"Address": {
"Location": "Exposure High School",
"StreetAddress": "3934 E Battala Avenue",
"ExtendedAddress": "Suite 144",
"City": "Gilbert",
"StateRegion": "Arizona",
"PostalCode": "85297",
"Latitude": 36.1849073,
"Longitude": -115.1230314
},
"Locations": [
{
"Sport": 0,
"Name": "Main",
"Abbr": "MN"
}
]
}
],
"Prices": [
{
"Id": 35,
"Type": 1,
"Name": "Tournament Fee",
"Amount": 200.0,
"Description": "Early bird special"
}
],
"Settings": {
"EnableRegistration": false,
"RosterLimit": 12,
"RegistrationStatus": 1,
"RegistrationStartDate": "11/21/2024",
"RegistrationEndDate": "11/21/2024",
"RegistrationStartTime": "5:08 AM",
"RegistrationEndTime": "5:08 AM",
"ScheduleAvailabilityDate": "11/21/2024",
"ScheduleAvailabilityTime": "5:08 AM",
"ShowSchedule": true,
"ShowPools": true,
"ShowBrackets": true,
"ShowTeams": false
},
"ContactName": "Bob Smith",
"ContactEmail": "noreply@exposureevents.com",
"ContactPhone": "555-555-5555",
"Certifications": [
{
"Type": 3,
"Name": "NCAA Certified"
}
],
"Season": {
"Id": 100,
"StartYear": 2024,
"EndYear": 2025,
"Session": "Fall"
},
"InstagramHandle": "exposureev",
"TwitterHandle": "exposureev",
"Website": "https://exposureevents.com",
"FacebookPage": "https://facebook.com/exposureeventsllc",
"TravelWebsite": "https://exposureevents.hotelplanner.com/search/?city=3934+E+Battala+Avenue+Gilbert+Arizona+85297&checkin=11/20/2024&checkout=11/21/2024&kw=teamid---eventid-30"
}
],
"Page": 1,
"PageSize": 50,
"Total": 1
}
}
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Events>
<Page>1</Page>
<PageSize>50</PageSize>
<Results>
<Event>
<Address>
<City>Gilbert</City>
<ExtendedAddress>Suite 144</ExtendedAddress>
<Latitude>36.1849073</Latitude>
<Location>Exposure High School</Location>
<Longitude>-115.1230314</Longitude>
<PostalCode>85297</PostalCode>
<StateRegion>Arizona</StateRegion>
<StreetAddress>3934 E Battala Avenue</StreetAddress>
</Address>
<Archive>false</Archive>
<Assets>
<Asset>
<DateCreated>11/21/2024 5:08 AM</DateCreated>
<DateModified>11/21/2024 5:08 AM</DateModified>
<Description>Super Teams</Description>
<Id>1145</Id>
<Name>Teams</Name>
<Url>https://exposureevents.com/assets/documents/1145.xls</Url>
</Asset>
</Assets>
<Certifications>
<Certification>
<Name>NCAA Certified</Name>
<Type>NCAACertified</Type>
</Certification>
</Certifications>
<ContactEmail>noreply@exposureevents.com</ContactEmail>
<ContactName>Bob Smith</ContactName>
<ContactPhone>555-555-5555</ContactPhone>
<Divisions>
<Division>
<Description>This is an open division.</Description>
<Gender>1</Gender>
<Id>120</Id>
<Name>17</Name>
<Order>1</Order>
</Division>
</Divisions>
<EndDate>11/21/2024</EndDate>
<FacebookPage>https://facebook.com/exposureeventsllc</FacebookPage>
<Gender>1</Gender>
<Id>30</Id>
<Image></Image>
<InstagramHandle>exposureev</InstagramHandle>
<Name>Exposure Events</Name>
<Organization>
<Id>1</Id>
<Name>Exposure Events</Name>
<Website>https://exposureevents.com</Website>
</Organization>
<ParentId>1</ParentId>
<Prices>
<Price>
<Amount>200</Amount>
<Description>Early bird special</Description>
<Id>35</Id>
<Name>Tournament Fee</Name>
<Type>1</Type>
</Price>
</Prices>
<Reports>
<Report>
<DateModified>11/21/2024 5:08 AM</DateModified>
<Description>Event participating teams.</Description>
<Name>Teams</Name>
<Type>3</Type>
<Url>https://exposureevents.com/events/teams?eventid=30</Url>
</Report>
</Reports>
<Season>
<EndYear>2025</EndYear>
<Id>100</Id>
<Session>Fall</Session>
<StartYear>2024</StartYear>
</Season>
<Settings>
<EnableRegistration>false</EnableRegistration>
<RegistrationEndDate>11/21/2024</RegistrationEndDate>
<RegistrationEndTime>5:08 AM</RegistrationEndTime>
<RegistrationStartDate>11/21/2024</RegistrationStartDate>
<RegistrationStartTime>5:08 AM</RegistrationStartTime>
<RegistrationStatus>1</RegistrationStatus>
<RosterLimit>12</RosterLimit>
<ScheduleAvailabilityDate>11/21/2024</ScheduleAvailabilityDate>
<ScheduleAvailabilityTime>5:08 AM</ScheduleAvailabilityTime>
<ShowBrackets>true</ShowBrackets>
<ShowPools>true</ShowPools>
<ShowSchedule>true</ShowSchedule>
<ShowTeams>false</ShowTeams>
</Settings>
<Sport>0</Sport>
<StartDate>11/21/2024</StartDate>
<TimeZone>Mountain Standard Time</TimeZone>
<TravelWebsite>https://exposureevents.hotelplanner.com/search/?city=3934+E+Battala+Avenue+Gilbert+Arizona+85297&checkin=11/20/2024&checkout=11/21/2024&kw=teamid---eventid-30</TravelWebsite>
<TwitterHandle>exposureev</TwitterHandle>
<Type>0</Type>
<Venues>
<Venue>
<Abbr>EHS</Abbr>
<Address>
<City>Gilbert</City>
<ExtendedAddress>Suite 144</ExtendedAddress>
<Latitude>36.1849073</Latitude>
<Location>Exposure High School</Location>
<Longitude>-115.1230314</Longitude>
<PostalCode>85297</PostalCode>
<StateRegion>Arizona</StateRegion>
<StreetAddress>3934 E Battala Avenue</StreetAddress>
</Address>
<Id>68</Id>
<Locations>
<Location>
<Abbr>MN</Abbr>
<Name>Main</Name>
<Sport>0</Sport>
</Location>
</Locations>
<Name>Exposure High School</Name>
</Venue>
</Venues>
<Website>https://exposureevents.com</Website>
</Event>
</Results>
<Total>1</Total>
</Events>
</Response>