PUT api/Conference/GetAgendaHistoryByContactId

Request Information

URI Parameters

None.

Body Parameters

APIAgendaHistoryRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

UniqueId

globally unique identifier

None.

UserUniqueId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "UniqueId": "efc66a6e-1b81-404d-877b-5744cc0b6c67",
  "UserUniqueId": 3
}

application/xml, text/xml

Sample:
<APIAgendaHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <CustomerId>1</CustomerId>
  <UniqueId>efc66a6e-1b81-404d-877b-5744cc0b6c67</UniqueId>
  <UserUniqueId>3</UserUniqueId>
</APIAgendaHistoryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of APIAgendaHistoryResponse
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

SeminarAgendaId

integer

None.

SeminarId

integer

None.

SeminarTitle

string

None.

SeminarAlertTime

integer

None.

SeminarAlert

boolean

None.

SeminarAlertAtStartOfEvent

boolean

None.

SeminarNotes

string

None.

ExhibitorAgendaId

integer

None.

ExhibitorId

integer

None.

ExhibitorAlertTime

integer

None.

ExhibitorAlert

boolean

None.

ExhibitorAlertAtStartOfEvent

boolean

None.

ExhibitorNotes

string

None.

ExhibitorTitle

string

None.

BoothNumber

string

None.

Location

string

None.

SeminarDate

date

None.

TimeTo

string

None.

TimeFrom

string

None.

ExhibitorStartDate

date

None.

ExhibitorDuration

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "09cd8330-f142-4083-8460-78de61bac601",
    "SeminarAgendaId": 2,
    "SeminarId": 3,
    "SeminarTitle": "sample string 4",
    "SeminarAlertTime": 1,
    "SeminarAlert": true,
    "SeminarAlertAtStartOfEvent": true,
    "SeminarNotes": "sample string 5",
    "ExhibitorAgendaId": 6,
    "ExhibitorId": 7,
    "ExhibitorAlertTime": 1,
    "ExhibitorAlert": true,
    "ExhibitorAlertAtStartOfEvent": true,
    "ExhibitorNotes": "sample string 8",
    "ExhibitorTitle": "sample string 9",
    "BoothNumber": "sample string 10",
    "Location": "sample string 11",
    "SeminarDate": "2025-08-28T22:20:01.7363955+00:00",
    "TimeTo": "sample string 12",
    "TimeFrom": "sample string 13",
    "ExhibitorStartDate": "2025-08-28T22:20:01.7363955+00:00",
    "ExhibitorDuration": 14
  },
  {
    "Id": "09cd8330-f142-4083-8460-78de61bac601",
    "SeminarAgendaId": 2,
    "SeminarId": 3,
    "SeminarTitle": "sample string 4",
    "SeminarAlertTime": 1,
    "SeminarAlert": true,
    "SeminarAlertAtStartOfEvent": true,
    "SeminarNotes": "sample string 5",
    "ExhibitorAgendaId": 6,
    "ExhibitorId": 7,
    "ExhibitorAlertTime": 1,
    "ExhibitorAlert": true,
    "ExhibitorAlertAtStartOfEvent": true,
    "ExhibitorNotes": "sample string 8",
    "ExhibitorTitle": "sample string 9",
    "BoothNumber": "sample string 10",
    "Location": "sample string 11",
    "SeminarDate": "2025-08-28T22:20:01.7363955+00:00",
    "TimeTo": "sample string 12",
    "TimeFrom": "sample string 13",
    "ExhibitorStartDate": "2025-08-28T22:20:01.7363955+00:00",
    "ExhibitorDuration": 14
  }
]

application/xml, text/xml

Sample:
<ArrayOfAPIAgendaHistoryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <APIAgendaHistoryResponse>
    <BoothNumber>sample string 10</BoothNumber>
    <ExhibitorAgendaId>6</ExhibitorAgendaId>
    <ExhibitorAlert>true</ExhibitorAlert>
    <ExhibitorAlertAtStartOfEvent>true</ExhibitorAlertAtStartOfEvent>
    <ExhibitorAlertTime>1</ExhibitorAlertTime>
    <ExhibitorDuration>14</ExhibitorDuration>
    <ExhibitorId>7</ExhibitorId>
    <ExhibitorNotes>sample string 8</ExhibitorNotes>
    <ExhibitorStartDate>2025-08-28T22:20:01.7363955+00:00</ExhibitorStartDate>
    <ExhibitorTitle>sample string 9</ExhibitorTitle>
    <Id>09cd8330-f142-4083-8460-78de61bac601</Id>
    <Location>sample string 11</Location>
    <SeminarAgendaId>2</SeminarAgendaId>
    <SeminarAlert>true</SeminarAlert>
    <SeminarAlertAtStartOfEvent>true</SeminarAlertAtStartOfEvent>
    <SeminarAlertTime>1</SeminarAlertTime>
    <SeminarDate>2025-08-28T22:20:01.7363955+00:00</SeminarDate>
    <SeminarId>3</SeminarId>
    <SeminarNotes>sample string 5</SeminarNotes>
    <SeminarTitle>sample string 4</SeminarTitle>
    <TimeFrom>sample string 13</TimeFrom>
    <TimeTo>sample string 12</TimeTo>
  </APIAgendaHistoryResponse>
  <APIAgendaHistoryResponse>
    <BoothNumber>sample string 10</BoothNumber>
    <ExhibitorAgendaId>6</ExhibitorAgendaId>
    <ExhibitorAlert>true</ExhibitorAlert>
    <ExhibitorAlertAtStartOfEvent>true</ExhibitorAlertAtStartOfEvent>
    <ExhibitorAlertTime>1</ExhibitorAlertTime>
    <ExhibitorDuration>14</ExhibitorDuration>
    <ExhibitorId>7</ExhibitorId>
    <ExhibitorNotes>sample string 8</ExhibitorNotes>
    <ExhibitorStartDate>2025-08-28T22:20:01.7363955+00:00</ExhibitorStartDate>
    <ExhibitorTitle>sample string 9</ExhibitorTitle>
    <Id>09cd8330-f142-4083-8460-78de61bac601</Id>
    <Location>sample string 11</Location>
    <SeminarAgendaId>2</SeminarAgendaId>
    <SeminarAlert>true</SeminarAlert>
    <SeminarAlertAtStartOfEvent>true</SeminarAlertAtStartOfEvent>
    <SeminarAlertTime>1</SeminarAlertTime>
    <SeminarDate>2025-08-28T22:20:01.7363955+00:00</SeminarDate>
    <SeminarId>3</SeminarId>
    <SeminarNotes>sample string 5</SeminarNotes>
    <SeminarTitle>sample string 4</SeminarTitle>
    <TimeFrom>sample string 13</TimeFrom>
    <TimeTo>sample string 12</TimeTo>
  </APIAgendaHistoryResponse>
</ArrayOfAPIAgendaHistoryResponse>