ASI/channels/:channel_id/@messages/:msg_id/@replies
GET ^top
List replies to a given channel message. By default the messages are ordered descending by 'updated_at'.
Parameters
- sort_order
Changes the sort order of messages. Allowed values are 'ascending' and 'descending'.
- page
Pagination page.
- per_page
Pagination per page.
Returns
- 200 - Returns messages in json's 'entry' field.
- 403 - User has no access to channel.
- 404 - Channel not found.