Parameter | Description |
---|---|
Before | List messages sent before a date and time. |
Before Message | List messages sent before a message, by the message ID. |
Limit | Limit the maximum number of messages in the response. Range is 1-100. |
Mentioned People | List messages with specific people mentioned, by their ID. Insert me to display the current user’s messages. |
Room ID | List messages in a room, by the room ID. |
Parameter | Description |
---|---|
Parent ID | List messages with a parent, by the parent ID. |
{
"items": [
{
"id": "<string>",
"roomId": "<string>",
"roomType": "<string>",
"text": "<string>",
"personId": "<string>",
"personEmail": "<string>",
"created": "2018-06-20T17:05:53.757Z"
}
]
}
Was this page helpful?