Private Chats Engaged Node

Private Chats Engaged Node

This node contains information about a user’s private chat sessions.

Example:

<PrivateChat WithUserKey="159934" WithUserType="0" WithUserName="Joe Smith" WithUserCompany="Acme, Corp." WithUserTypeDesc="Attendee" RequestDate="2006-09-06 15:50:10" EndDate="2006-09-06 15:58:22" />

Calling The API

The API is called via a secure HTTPS request. This HTTPS request may be a GET or POST operation. Each request must supply the authentication credentials assigned to the caller by Notified. Only requests with valid credentials will be processed. These credentials identify the caller and provide access only to a specific customer area.

The format of the call is: https://api.onlinexperiences.com/scripts/Server.nxp?LASCmd=AI:4;F:APIUTILS!50566&APIUserAuthCode={YourAuthCode}&APIUserCredentials={YourCredentials}&ShowKey={ShowKey}&FromDateTime={FromDate in YYYY-MM-DD HH:MM:SS format}&ToDateTime={ToDate in YYYY-MM-DD HH:MM:SS format}&ActivityTypeFilter={filter code list, in |OPTION|OPTION| format…}&FilterUserType={0|1|-1 where 0 = attendees, 1 = exhibitors, -1 = both}

Note: The format of the APAC Data Center is: https://api.apac.onlinexperiences.com.

Specific parameter ordering is unimportant, with the only restriction being that the first parameter MUST BE LASCmd=AI:4;F:APIUTILS!50566. All other parameters may appear in any sequence order.

Attribute

Type

Comment

WithUserKey

Integer

The user key value of the user chatted with.

WithUserType

Integer

The user type value of the user chatted with (0 – Attendee, 1 – Exhibitor, 2 – System User).

WithUserName

String

Name of the user chatted with.

WithUserCompany

String

Company name of the user chatted with.

WithUserTypeDesc

String

Text description of the user type chatted with.

RequestDate

Date

Date and time the chat started.

EndDate

Date

Date and time the chat ended.