Posts
List Posts
Returns a list of posts from the specified chat.
get/team-messaging/v1/chats/{chatId}/posts
Path parameters
chatIdstring required
Internal identifier of a chat
Query parameters
recordCountinteger
Max number of posts to be fetched by one request (not more than 250)
pageTokenstring
Pagination token.
Response
OK
Example response
{
"records": [
{
"attachments": [
{
"footnote": {
"time": "2016-03-10T18:07:52.534Z"
}
}
]
}
]
}