GET api/Event_core_OES_clean_info/{event_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
event_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

event_core_oes_clean
NameDescriptionTypeAdditional information
core_information

EventCoreInfo

None.

oes_information

Clean_EventOESInformation

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:55:01.6531514+00:00",
    "IsDeleted": true,
    "IsFrontEndPlatformVisible": true,
    "IsBettingEnabled": true,
    "SwitchToLive": true,
    "IsAIEnabled": true,
    "IsMastersEvent": true,
    "IsParaEvent": true
  },
  "oes_information": {
    "CurrencyName": "sample string 1",
    "DeadlineTimeZoneCode": "sample string 2",
    "TimeZoneLoc": "sample string 3",
    "EventOESId": 1,
    "EventId": 4,
    "CurrencyId": 5,
    "EnableOES": true,
    "PreliminaryEntriesStartdate": "2025-07-18T15:55:01.6531514+00:00",
    "PreliminaryEntriesEndDate": "2025-07-18T15:55:01.6531514+00:00",
    "FinalEntriesStartDate": "2025-07-18T15:55:01.6531514+00:00",
    "FinalEntriesEndDate": "2025-07-18T15:55:01.6531514+00:00",
    "TravelDetailsDeadline": "2025-07-18T15:55:01.6531514+00:00",
    "AccomodationDetailsDeadLine": "2025-07-18T15:55:01.6531514+00:00",
    "RoomCacellationDeadline": "2025-07-18T15:55:01.6531514+00:00",
    "CancellationDeadline": "2025-07-18T15:55:01.6531514+00:00",
    "MaxNumberofEntries": 6,
    "MaxNoOfProfilesperPerson": 1,
    "DeadlineTimeZoneId": 1,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T15:55:01.6531514+00:00",
    "IsDeleted": true,
    "VisaDetailsDeadline": "2025-07-18T15:55:01.6531514+00:00",
    "OverlapCheckNeeded": true,
    "OverlapEventWeek": 1,
    "OverlapEventYear": 1
  }
}

application/xml, text/xml

Sample:
<event_core_oes_clean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <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:55:01.6531514+00:00</LastUpdatedDateTime>
    <SwitchToLive>true</SwitchToLive>
  </core_information>
  <oes_information>
    <AccomodationDetailsDeadLine>2025-07-18T15:55:01.6531514+00:00</AccomodationDetailsDeadLine>
    <CancellationDeadline>2025-07-18T15:55:01.6531514+00:00</CancellationDeadline>
    <CreatedBy>1</CreatedBy>
    <CurrencyId>5</CurrencyId>
    <DeadlineTimeZoneId>1</DeadlineTimeZoneId>
    <Deleted>1</Deleted>
    <EnableOES>true</EnableOES>
    <EventId>4</EventId>
    <EventOESId>1</EventOESId>
    <FinalEntriesEndDate>2025-07-18T15:55:01.6531514+00:00</FinalEntriesEndDate>
    <FinalEntriesStartDate>2025-07-18T15:55:01.6531514+00:00</FinalEntriesStartDate>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T15:55:01.6531514+00:00</LastUpdatedDateTime>
    <MaxNoOfProfilesperPerson>1</MaxNoOfProfilesperPerson>
    <MaxNumberofEntries>6</MaxNumberofEntries>
    <OverlapCheckNeeded>true</OverlapCheckNeeded>
    <OverlapEventWeek>1</OverlapEventWeek>
    <OverlapEventYear>1</OverlapEventYear>
    <PreliminaryEntriesEndDate>2025-07-18T15:55:01.6531514+00:00</PreliminaryEntriesEndDate>
    <PreliminaryEntriesStartdate>2025-07-18T15:55:01.6531514+00:00</PreliminaryEntriesStartdate>
    <RoomCacellationDeadline>2025-07-18T15:55:01.6531514+00:00</RoomCacellationDeadline>
    <TravelDetailsDeadline>2025-07-18T15:55:01.6531514+00:00</TravelDetailsDeadline>
    <VisaDetailsDeadline>2025-07-18T15:55:01.6531514+00:00</VisaDetailsDeadline>
    <CurrencyName>sample string 1</CurrencyName>
    <DeadlineTimeZoneCode>sample string 2</DeadlineTimeZoneCode>
    <TimeZoneLoc>sample string 3</TimeZoneLoc>
  </oes_information>
</event_core_oes_clean>