{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Replies API", "version": "1.0" }, "items": [ { "info": { "name": "Replies", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Conversations Replies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/conversations.replies", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `conversations:history`" }, { "name": "channel", "value": "", "type": "query", "description": "Conversation ID to fetch thread from." }, { "name": "ts", "value": "", "type": "query", "description": "Unique identifier of a thread's parent message. `ts` must be the timestamp of an existing message with 0 or more replies. If there are no replies then just the single message referenced by `ts` will return - it is just an ordinary, unthreaded message." }, { "name": "latest", "value": "", "type": "query", "description": "End of time range of messages to include in results." }, { "name": "oldest", "value": "", "type": "query", "description": "Start of time range of messages to include in results." }, { "name": "inclusive", "value": "", "type": "query", "description": "Include messages with latest or oldest timestamp in results only when either timestamp is specified." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached." }, { "name": "cursor", "value": "", "type": "query", "description": "Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail." } ] }, "docs": "Retrieve a thread of messages posted to a conversation" } ] } ], "bundled": true }