I'm trying to get latest chat channels for example Chat Channels with dateCreated or dateUpdated > '2019-11-13 00:00:00'. I couldn't find any resource which uses date attribute to filter results.
Currently we use the Api Endpoint: https://chat.twilio.com/v2/Services/[ServiceSid]/Channels which is listed in Twilio Api Explorer: https://www.twilio.com/console/api-explorer/chat/chat-channels.
This endpoint returns all chat channels and then stream over it. I'm looking to fit a date filter inside this endpoint or if this is not possible can I have order for chat channels in descending order which would still work for me.