• Dzmitry Yarashuk
  • NEWBIE
  • 10 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I'm loading data about chats through SOQS query from LiveChatTranscript entity. But LiveChatTranscript has a message history only as a text (field Body), so I have to parse this text to retrieve messages one by one.
I tried to load messages from LiveChatTranscript.ConversationEntries relations, but it's empty for all my chats.

Does SOQS have a resource for loading chat messages by ChatId?

Thanks.
I'm loading data about chats through SOQS query from LiveChatTranscript entity. But LiveChatTranscript has a message history only as a text (field Body), so I have to parse this text to retrieve messages one by one.
I tried to load messages from LiveChatTranscript.ConversationEntries relations, but it's empty for all my chats.

Does SOQS have a resource for loading chat messages by ChatId?

Thanks.
I'm loading data about chats through SOQS query from LiveChatTranscript entity. But LiveChatTranscript has a message history only as a text (field Body), so I have to parse this text to retrieve messages one by one.
I tried to load messages from LiveChatTranscript.ConversationEntries relations, but it's empty for all my chats.

Does SOQS have a resource for loading chat messages by ChatId?

Thanks.