GET api/Event_Core_Basic/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EventCoreBasicInformationName | Description | Type | Additional information |
---|---|---|---|
core_information | EventCoreInfo |
None. |
|
basic_information | EventBasicInformation |
None. |
Response Formats
application/json, text/json
Sample:
{ "core_information": { "EventId": 1, "EventName": "sample string 1", "EventTypeId": 2, "EventCoreTypeId": 1, "IsBubbleEvent": true, "IsClosedEvent": true, "IsActive": true, "EventCode": "sample string 4", "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:23:38.8134729+00:00", "IsDeleted": true, "IsFrontEndPlatformVisible": true, "IsBettingEnabled": true, "SwitchToLive": true, "IsAIEnabled": true, "IsMastersEvent": true, "IsParaEvent": true }, "basic_information": { "EventBasicId": 1, "EventId": 1, "StartDateTime": "2025-07-18T15:23:38.8134729+00:00", "EndDateTime": "2025-07-18T15:23:38.8134729+00:00", "OrganizationId": 1, "LocationId": 1, "CurrencyId": 1, "address1": "sample string 1", "address2": "sample string 2", "address3": "sample string 3", "City": "sample string 4", "State": "sample string 5", "CountryCode": "sample string 6", "Postcode": "sample string 7", "GPSCOORDINATES": "sample string 8", "TimeZoneId": 1, "Website": "sample string 9", "Status": "sample string 10", "VenueId": 1, "ContactPerson": 1, "Photo": "sample string 11", "Tags": "sample string 12", "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:23:38.8134729+00:00", "IsDeleted": true, "TournamentCategoryGroupId": 13, "IsLocReviewed": true, "IsSupervisorReviewed": true, "IsSanctioned": true, "ShowOrganizerinOES": true, "PageLink": "sample string 14", "WYCDeadlineHours": 1 } }
application/xml, text/xml
Sample:
<EventCoreBasicInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <basic_information> <City>sample string 4</City> <ContactPerson>1</ContactPerson> <CountryCode>sample string 6</CountryCode> <CreatedBy>1</CreatedBy> <CurrencyId>1</CurrencyId> <EndDateTime>2025-07-18T15:23:38.8134729+00:00</EndDateTime> <EventBasicId>1</EventBasicId> <EventId>1</EventId> <GPSCOORDINATES>sample string 8</GPSCOORDINATES> <IsDeleted>true</IsDeleted> <IsLocReviewed>true</IsLocReviewed> <IsSanctioned>true</IsSanctioned> <IsSupervisorReviewed>true</IsSupervisorReviewed> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:23:38.8134729+00:00</LastUpdatedDateTime> <LocationId>1</LocationId> <OrganizationId>1</OrganizationId> <PageLink>sample string 14</PageLink> <Photo>sample string 11</Photo> <Postcode>sample string 7</Postcode> <ShowOrganizerinOES>true</ShowOrganizerinOES> <StartDateTime>2025-07-18T15:23:38.8134729+00:00</StartDateTime> <State>sample string 5</State> <Status>sample string 10</Status> <Tags>sample string 12</Tags> <TimeZoneId>1</TimeZoneId> <TournamentCategoryGroupId>13</TournamentCategoryGroupId> <VenueId>1</VenueId> <WYCDeadlineHours>1</WYCDeadlineHours> <Website>sample string 9</Website> <address1>sample string 1</address1> <address2>sample string 2</address2> <address3>sample string 3</address3> </basic_information> <core_information> <CreatedBy>1</CreatedBy> <EventCode>sample string 4</EventCode> <EventCoreTypeId>1</EventCoreTypeId> <EventId>1</EventId> <EventName>sample string 1</EventName> <EventTypeId>2</EventTypeId> <IsAIEnabled>true</IsAIEnabled> <IsActive>true</IsActive> <IsBettingEnabled>true</IsBettingEnabled> <IsBubbleEvent>true</IsBubbleEvent> <IsClosedEvent>true</IsClosedEvent> <IsDeleted>true</IsDeleted> <IsFrontEndPlatformVisible>true</IsFrontEndPlatformVisible> <IsMastersEvent>true</IsMastersEvent> <IsParaEvent>true</IsParaEvent> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:23:38.8134729+00:00</LastUpdatedDateTime> <SwitchToLive>true</SwitchToLive> </core_information> </EventCoreBasicInformation>