Teams chat message list profile
org.intentschema.communication.chat.message.list.v1@com.microsoft.teams.v1
JSON: bare · @sha256:ef54cf034e2c…
Hash: sha256:ef54cf034e2c20c2c8aa308fd942f0f35072b8485e76b8dc80404c9c2b632a21
Microsoft Teams profile for chat message list.
Implements: List chat messages (org.intentschema.communication.chat.message.list.v1)
Payload
| Field | Type | Description |
target * | Target | (system = "ms_teams", required: system) |
object | object | |
ms_teams @com.microsoft.teams | object | |
object
| Field | Type | Description |
query | string | Optional provider-specific search string. |
filter | object | |
limit | integer (minimum 1; maximum 500; default 50) | |
cursor | string | |
filter
| Field | Type | Description |
channel_id | string | |
from | string | |
after | string (date-time) | |
before | string (date-time) | |
has_attachment | boolean | |
ms_teams @com.microsoft.teams
open object — no declared properties
Result
| Field | Type | Description |
items * | object[] | |
next_cursor | string | Present when more results are available. |
estimated_total | integer | |
API mapping
Field mapping
| Intent field | API parameter |
object.limit | $top |
object.cursor | @odata.nextLink |