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
EventCoreBasicInformation| Name | 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": "2026-02-05T09:32:33.2665856+00:00",
"IsDeleted": true,
"IsFrontEndPlatformVisible": true,
"IsBettingEnabled": true,
"SwitchToLive": true,
"IsAIEnabled": true,
"IsMastersEvent": true,
"IsParaEvent": true
},
"basic_information": {
"EventBasicId": 1,
"EventId": 1,
"StartDateTime": "2026-02-05T09:32:33.2665856+00:00",
"EndDateTime": "2026-02-05T09:32:33.2665856+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",
"VenueShortName": "sample string 9",
"TimeZoneId": 1,
"Website": "sample string 10",
"Status": "sample string 11",
"VenueId": 1,
"ContactPerson": 1,
"Photo": "sample string 12",
"Tags": "sample string 13",
"CreatedBy": 1,
"LastModifiedBy": 1,
"LastUpdatedDateTime": "2026-02-05T09:32:33.2665856+00:00",
"IsDeleted": true,
"TournamentCategoryGroupId": 14,
"IsLocReviewed": true,
"IsSupervisorReviewed": true,
"IsSanctioned": true,
"ShowOrganizerinOES": true,
"PageLink": "sample string 15",
"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>2026-02-05T09:32:33.2665856+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>2026-02-05T09:32:33.2665856+00:00</LastUpdatedDateTime>
<LocationId>1</LocationId>
<OrganizationId>1</OrganizationId>
<PageLink>sample string 15</PageLink>
<Photo>sample string 12</Photo>
<Postcode>sample string 7</Postcode>
<ShowOrganizerinOES>true</ShowOrganizerinOES>
<StartDateTime>2026-02-05T09:32:33.2665856+00:00</StartDateTime>
<State>sample string 5</State>
<Status>sample string 11</Status>
<Tags>sample string 13</Tags>
<TimeZoneId>1</TimeZoneId>
<TournamentCategoryGroupId>14</TournamentCategoryGroupId>
<VenueId>1</VenueId>
<VenueShortName>sample string 9</VenueShortName>
<WYCDeadlineHours>1</WYCDeadlineHours>
<Website>sample string 10</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>2026-02-05T09:32:33.2665856+00:00</LastUpdatedDateTime>
<SwitchToLive>true</SwitchToLive>
</core_information>
</EventCoreBasicInformation>