ChatLogs
Gets the Chat Log objects for the Memori of the current session record in a specific date interval.
This API requires a Giver session.
The session ID
The optional beginning of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
The optional end of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
Success
Success
This API requires a Giver session.
The session ID
The optional begin of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
The optional end of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
Success
Success
Gets the Chat Log objects for the Memori of the current session record in a specific date interval, with paging.
The session ID
The starting date and time from which chat logs should be retrieved. The value is expected to be a string formatted as "yyyyMMddHHmmssfff".
The ending date and time up to which chat logs should be retrieved. The value is expected to be a string formatted as "yyyyMMddHHmmssfff".
Specifies the minimum number of messages a chat must have to be included in the results. If null, defaults to 3 (which means chats with less than 3 messages are excluded).
A text-based filter applied to the chat logs. The filter is matched against the SessionID, IP address, user name, and chat text fields.
Specifies the starting index from which paginated chat logs should be retrieved.
Specifies the number of chat logs to retrieve in a paginated request.
Success
Success
Gets the Chat Log objects for the Memori of the current session recorded during a specific other session.
This API requires a Giver session, unless the session ID is the same as the Chat Log session ID.
The session ID
The session ID for which Chat Log objects are being searched
Success
Success
This API requires a Giver session.
The session ID
The user ID for which Chat Log objects are being searched
The optional begin of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
The optional end of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
Success
Success
The session ID
The optional begin of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
The optional end of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
Success
Success
The login token to identify the user
The Memori ID
The optional begin of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
The optional end of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
Success
Success
Gets the Chat Log objects for the Memori created by the user identified by the login token, with paging.
The login token to identify the user
The Memori ID
The starting date and time from which chat logs should be retrieved. The value is expected to be a string formatted as "yyyyMMddHHmmssfff".
The ending date and time up to which chat logs should be retrieved. The value is expected to be a string formatted as "yyyyMMddHHmmssfff".
Specifies the starting index from which paginated chat logs should be retrieved.
Specifies the number of chat logs to retrieve in a paginated request.
Specifies the minimum number of messages a chat must have to be included in the results. If null, defaults to 3 (which means chats with less than 3 messages are excluded).
Success
Success
Last updated