GET api/Event_Basic/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
EventBasicInformation| Name | Description | Type | Additional information | 
|---|---|---|---|
| EventBasicId | integer | None. | |
| EventId | integer | None. | |
| StartDateTime | date | None. | |
| EndDateTime | date | None. | |
| OrganizationId | integer | None. | |
| LocationId | integer | None. | |
| CurrencyId | integer | None. | |
| address1 | string | None. | |
| address2 | string | None. | |
| address3 | string | None. | |
| City | string | None. | |
| State | string | None. | |
| CountryCode | string | None. | |
| Postcode | string | None. | |
| GPSCOORDINATES | string | None. | |
| VenueShortName | string | None. | |
| TimeZoneId | integer | None. | |
| Website | string | None. | |
| Status | string | None. | |
| VenueId | integer | None. | |
| ContactPerson | integer | None. | |
| Photo | string | None. | |
| Tags | string | None. | |
| CreatedBy | integer | None. | |
| LastModifiedBy | integer | None. | |
| LastUpdatedDateTime | date | None. | |
| IsDeleted | boolean | None. | |
| TournamentCategoryGroupId | integer | None. | |
| IsLocReviewed | boolean | None. | |
| IsSupervisorReviewed | boolean | None. | |
| IsSanctioned | boolean | None. | |
| ShowOrganizerinOES | boolean | None. | |
| PageLink | string | None. | |
| WYCDeadlineHours | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "EventBasicId": 1,
  "EventId": 1,
  "StartDateTime": "2025-10-31T07:07:47.7183287+00:00",
  "EndDateTime": "2025-10-31T07:07:47.7183287+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": "2025-10-31T07:07:47.7183287+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:
<EventBasicInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <City>sample string 4</City> <ContactPerson>1</ContactPerson> <CountryCode>sample string 6</CountryCode> <CreatedBy>1</CreatedBy> <CurrencyId>1</CurrencyId> <EndDateTime>2025-10-31T07:07:47.7183287+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-10-31T07:07:47.7183287+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>2025-10-31T07:07:47.7183287+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> </EventBasicInformation>