GET {{root_url}}/messages/{{botId}}/extract-channels/{{channel}}?botToken={{bot_token}}
Request Params
Key | Datatype | Required | Description |
---|
jwt | string | | use either this one or botToken |
botToken | string | | use either this one or jwt |
startDate | string | | (optional) eg: 2023-12-21 |
endDate | string | | (optional) eg: 2023-12-21 |
userIds | string | | (optional) eg: user_id_one,user_id_two |
limit | number | | (optional, default to 100) limit can be greater than 100 |
sort | string | | (optional, default to "desc") "asc" or "desc" |
Key | Datatype | Required | Description |
---|
Authorization | string | | |