posts

Get posts by a list of ids

Fetch a list of posts based on the provided postIDs

Permissions

Must have read_channel permission for the channel the post is in or if the channel is public, have the read_public_channels permission for the team.

post/api/v4/posts/ids

Request body

string[] required

Response

Post list retrieval successful

idstring
create_atinteger

The time in milliseconds a post was created

update_atinteger

The time in milliseconds a post was last updated

delete_atinteger

The time in milliseconds a post was deleted

edit_atinteger
user_idstring
channel_idstring
root_idstring
original_idstring
messagestring
typestring
propsobject
hashtagstring
file_idsstring[]
pending_post_idstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.