mstrio > server > history_list

—————— WORK IN PROGRESS ——————

Module history_list is not fully implemented yet. For now it contains only functionalities related to deleting all history list messages.


mstrio.server.history_list.delete_all_history_list_messages(connection)

—————— WORK IN PROGRESS ——————

In a current version, is available as a Functionality Preview. It is subject to change until it is released as Generally Available.


Removes all History List messages from all the users.

Parameters:

connection (Connection) – Strategy One connection object.

Return type:

None

mstrio.server.history_list.list_history_list_messages(connection, limit=-1)

—————— WORK IN PROGRESS ——————

In a current version, is available as a Functionality Preview. It is subject to change until it is released as Generally Available.


Lists all history list messages for all users.

Parameters:
  • connection (Connection) – Strategy One connection object.

  • limit (int) – Maximum number of messages to retrieve. If -1, retrieves all messages.

Returns:

list[dict] – List of history list messages data dictionaries.

Return type:

list[dict]