activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Mar 12, 2026

List All Chat Messages

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Retrieve all chat messages from a specified chat group or custom chat ID in Microsoft Teams. GET/list-normalised-chats/{chat_id}/messages

Input

ParameterDescriptionData Type
ChatType up to 3 characters of the exact chat group name (case sensitive) or type a custom chat ID. The dropdown will not retrieve results if the case sensitivity of the chat group name is not followed. string
WhereAdd a datetime filter. Must be used along with Order By For example, if createdDateTime is selected in Order By, filter only on createdDateTime else lastModifiedDateTime. Only > and < operators are supported. For example, lastModifiedDateTime > '2022-09-22T00:00:00Z' and lastModifiedDateTime < '2022-09-24T00:00:00Z'. string
Order ByOrder the messages based on their respective creation date or modified date. enum
Max recordsThe number of resources to return in a given pageint32

Output

ParameterDescriptionData Type
Chats ListList of chat messages retrievedObject
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated