GET api/Event/GetEvents?StartEventDate={StartEventDate}&EndEventDate={EndEventDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StartEventDate

date

Required

EndEventDate

date

Required

Body Parameters

None.

Request Formats

text/json, application/json

Sample:
Request sample for request 

--------------------------------------------------------------------------------------------------------------------------------

{
  "StartEventDate": "2026-06-03T09:19:53.3535171-07:00",
  "EndEventDate": "2026-06-03T09:19:53.3535171-07:00"
}

--------------------------------------------------------------------------------------------------------------------------------


text/xml, application/xml

Sample:
Request sample for request 

--------------------------------------------------------------------------------------------------------------------------------

<EventRequest xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <EndEventDate>2026-06-03T09:19:53.3535171-07:00</EndEventDate>
  <StartEventDate>2026-06-03T09:19:53.3535171-07:00</StartEventDate>
</EventRequest>

--------------------------------------------------------------------------------------------------------------------------------


Response Information

Resource Description

IHttpActionResult

None.

Response Formats

text/json, application/json

Sample:

--------------------------------------------------------------------------------------------------------------------------------

{
  "EventsList": [
    {
      "ID": 1,
      "EventDetails": {
        "EventType": 0,
        "EventName": "sample string 1",
        "EventDateTime": "2026-06-03T09:19:53.3690949-07:00",
        "EventContact": "sample string 3",
        "EventNotes": "sample string 4",
        "EventSubType": 0
      },
      "ContactPhone": "sample string 2",
      "BrokerID": "sample string 3",
      "SalesrepID": "sample string 4",
      "Brokerage": "sample string 5",
      "VenueDetails": {
        "VenueName": "sample string 1",
        "VenueAddress": {
          "State": "sample string 1",
          "Zip4": "sample string 2",
          "CountyName": "sample string 3",
          "CountyCode": "sample string 4",
          "Type": 0,
          "AddressLine1": "sample string 5",
          "AddressLine2": "sample string 6",
          "City": "sample string 7",
          "Zip": "sample string 8"
        },
        "VenuePhone": "sample string 2",
        "FacilityType": 0,
        "FacilityOther": "sample string 3"
      },
      "LogDetails": {
        "ChangedBy": "sample string 1",
        "ChangedOn": "sample string 2",
        "CreatedBy": "sample string 3",
        "CreatedOn": "sample string 4"
      },
      "PresentationLanguage": "sample string 6",
      "ProducerNo": "sample string 7",
      "BusinessMarkets": "sample string 8",
      "RepExpense": 1,
      "Cocheck": 1,
      "TotalEventCost": 1
    },
    {
      "ID": 1,
      "EventDetails": {
        "EventType": 0,
        "EventName": "sample string 1",
        "EventDateTime": "2026-06-03T09:19:53.3690949-07:00",
        "EventContact": "sample string 3",
        "EventNotes": "sample string 4",
        "EventSubType": 0
      },
      "ContactPhone": "sample string 2",
      "BrokerID": "sample string 3",
      "SalesrepID": "sample string 4",
      "Brokerage": "sample string 5",
      "VenueDetails": {
        "VenueName": "sample string 1",
        "VenueAddress": {
          "State": "sample string 1",
          "Zip4": "sample string 2",
          "CountyName": "sample string 3",
          "CountyCode": "sample string 4",
          "Type": 0,
          "AddressLine1": "sample string 5",
          "AddressLine2": "sample string 6",
          "City": "sample string 7",
          "Zip": "sample string 8"
        },
        "VenuePhone": "sample string 2",
        "FacilityType": 0,
        "FacilityOther": "sample string 3"
      },
      "LogDetails": {
        "ChangedBy": "sample string 1",
        "ChangedOn": "sample string 2",
        "CreatedBy": "sample string 3",
        "CreatedOn": "sample string 4"
      },
      "PresentationLanguage": "sample string 6",
      "ProducerNo": "sample string 7",
      "BusinessMarkets": "sample string 8",
      "RepExpense": 1,
      "Cocheck": 1,
      "TotalEventCost": 1
    }
  ],
  "ProcessingStatusList": [
    {
      "StatusCode": "sample string 1",
      "StatusDescription": "sample string 2"
    },
    {
      "StatusCode": "sample string 1",
      "StatusDescription": "sample string 2"
    }
  ]
}

--------------------------------------------------------------------------------------------------------------------------------


text/xml, application/xml

Sample:

--------------------------------------------------------------------------------------------------------------------------------

<EventsListDTO xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <EventsList>
    <EventResponse>
      <BrokerID>sample string 3</BrokerID>
      <Brokerage>sample string 5</Brokerage>
      <BusinessMarkets>sample string 8</BusinessMarkets>
      <Cocheck>1</Cocheck>
      <ContactPhone>sample string 2</ContactPhone>
      <EventDetails>
        <EventContact>sample string 3</EventContact>
        <EventDateTime>2026-06-03T09:19:53.3690949-07:00</EventDateTime>
        <EventName>sample string 1</EventName>
        <EventNotes>sample string 4</EventNotes>
        <EventSubType>None</EventSubType>
        <EventType>None</EventType>
      </EventDetails>
      <ID>1</ID>
      <LogDetails xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
        <a:ChangedBy>sample string 1</a:ChangedBy>
        <a:ChangedOn>sample string 2</a:ChangedOn>
        <a:CreatedBy>sample string 3</a:CreatedBy>
        <a:CreatedOn>sample string 4</a:CreatedOn>
      </LogDetails>
      <PresentationLanguage>sample string 6</PresentationLanguage>
      <ProducerNo>sample string 7</ProducerNo>
      <RepExpense>1</RepExpense>
      <SalesrepID>sample string 4</SalesrepID>
      <TotalEventCost>1</TotalEventCost>
      <VenueDetails>
        <FacilityOther>sample string 3</FacilityOther>
        <FacilityType>None</FacilityType>
        <VenueAddress xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
          <a:AddressLine1>sample string 5</a:AddressLine1>
          <a:AddressLine2>sample string 6</a:AddressLine2>
          <a:City>sample string 7</a:City>
          <a:State>sample string 1</a:State>
          <a:Zip>sample string 8</a:Zip>
          <a:CountyCode>sample string 4</a:CountyCode>
          <a:CountyName>sample string 3</a:CountyName>
          <a:Type>None</a:Type>
          <a:Zip4>sample string 2</a:Zip4>
        </VenueAddress>
        <VenueName>sample string 1</VenueName>
        <VenuePhone>sample string 2</VenuePhone>
      </VenueDetails>
    </EventResponse>
    <EventResponse>
      <BrokerID>sample string 3</BrokerID>
      <Brokerage>sample string 5</Brokerage>
      <BusinessMarkets>sample string 8</BusinessMarkets>
      <Cocheck>1</Cocheck>
      <ContactPhone>sample string 2</ContactPhone>
      <EventDetails>
        <EventContact>sample string 3</EventContact>
        <EventDateTime>2026-06-03T09:19:53.3690949-07:00</EventDateTime>
        <EventName>sample string 1</EventName>
        <EventNotes>sample string 4</EventNotes>
        <EventSubType>None</EventSubType>
        <EventType>None</EventType>
      </EventDetails>
      <ID>1</ID>
      <LogDetails xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
        <a:ChangedBy>sample string 1</a:ChangedBy>
        <a:ChangedOn>sample string 2</a:ChangedOn>
        <a:CreatedBy>sample string 3</a:CreatedBy>
        <a:CreatedOn>sample string 4</a:CreatedOn>
      </LogDetails>
      <PresentationLanguage>sample string 6</PresentationLanguage>
      <ProducerNo>sample string 7</ProducerNo>
      <RepExpense>1</RepExpense>
      <SalesrepID>sample string 4</SalesrepID>
      <TotalEventCost>1</TotalEventCost>
      <VenueDetails>
        <FacilityOther>sample string 3</FacilityOther>
        <FacilityType>None</FacilityType>
        <VenueAddress xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">
          <a:AddressLine1>sample string 5</a:AddressLine1>
          <a:AddressLine2>sample string 6</a:AddressLine2>
          <a:City>sample string 7</a:City>
          <a:State>sample string 1</a:State>
          <a:Zip>sample string 8</a:Zip>
          <a:CountyCode>sample string 4</a:CountyCode>
          <a:CountyName>sample string 3</a:CountyName>
          <a:Type>None</a:Type>
          <a:Zip4>sample string 2</a:Zip4>
        </VenueAddress>
        <VenueName>sample string 1</VenueName>
        <VenuePhone>sample string 2</VenuePhone>
      </VenueDetails>
    </EventResponse>
  </EventsList>
  <ProcessingStatusList xmlns:a="http://schemas.datacontract.org/2004/07/AHC.Core">
    <a:ProcessingStatus>
      <a:StatusCode>sample string 1</a:StatusCode>
      <a:StatusDescription>sample string 2</a:StatusDescription>
    </a:ProcessingStatus>
    <a:ProcessingStatus>
      <a:StatusCode>sample string 1</a:StatusCode>
      <a:StatusDescription>sample string 2</a:StatusDescription>
    </a:ProcessingStatus>
  </ProcessingStatusList>
</EventsListDTO>

--------------------------------------------------------------------------------------------------------------------------------