posts

Get a post

Get a single post.

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.

get/api/v4/posts/{post_id}

Path parameters

post_idstring required

ID of the post to get

Query parameters

include_deletedboolean

Defines if result should include deleted posts, must have 'manage_system' (admin) permission.

Response

Post 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.