PUT api/Conference/GetAgendaHistoryByContactId
Request Information
URI Parameters
None.
Body Parameters
APIAgendaHistoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| UserUniqueId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"UniqueId": "ca8955be-b22e-4453-b8ad-0873f6a8f7da",
"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>ca8955be-b22e-4453-b8ad-0873f6a8f7da</UniqueId> <UserUniqueId>3</UserUniqueId> </APIAgendaHistoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of APIAgendaHistoryResponse| Name | Description | Type | Additional 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": "31401886-bdf1-4040-8c03-8d3ef4198d54",
"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": "2026-01-16T04:33:18.3701649+00:00",
"TimeTo": "sample string 12",
"TimeFrom": "sample string 13",
"ExhibitorStartDate": "2026-01-16T04:33:18.3701649+00:00",
"ExhibitorDuration": 14
},
{
"Id": "31401886-bdf1-4040-8c03-8d3ef4198d54",
"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": "2026-01-16T04:33:18.3701649+00:00",
"TimeTo": "sample string 12",
"TimeFrom": "sample string 13",
"ExhibitorStartDate": "2026-01-16T04:33:18.3701649+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>2026-01-16T04:33:18.3701649+00:00</ExhibitorStartDate>
<ExhibitorTitle>sample string 9</ExhibitorTitle>
<Id>31401886-bdf1-4040-8c03-8d3ef4198d54</Id>
<Location>sample string 11</Location>
<SeminarAgendaId>2</SeminarAgendaId>
<SeminarAlert>true</SeminarAlert>
<SeminarAlertAtStartOfEvent>true</SeminarAlertAtStartOfEvent>
<SeminarAlertTime>1</SeminarAlertTime>
<SeminarDate>2026-01-16T04:33:18.3701649+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>2026-01-16T04:33:18.3701649+00:00</ExhibitorStartDate>
<ExhibitorTitle>sample string 9</ExhibitorTitle>
<Id>31401886-bdf1-4040-8c03-8d3ef4198d54</Id>
<Location>sample string 11</Location>
<SeminarAgendaId>2</SeminarAgendaId>
<SeminarAlert>true</SeminarAlert>
<SeminarAlertAtStartOfEvent>true</SeminarAlertAtStartOfEvent>
<SeminarAlertTime>1</SeminarAlertTime>
<SeminarDate>2026-01-16T04:33:18.3701649+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>