get
https://{hostname}/api/talk/chat/v1/conversations
This operation returns all chat conversations in the system. The response may include both one-to-one and group conversations, and can be paginated using index and count.
Design Note
Conversations are implicitly created when messages are sent via the Chat Messages operation (POST /chat/v1/messages). The Chat Conversations API resource provides only GET and DELETE operations. There are no POST or PATCH operations for conversations as they are managed automatically through message creation.
Authorization and Permissions
- An OpenAm or UKG Authentication token is required to retrieve conversations.