I need to fetch the list of conversations created on certain date e.g 2021-06-22.
However
curl -X GET 'https://conversations.twilio.com/v1/Services/IS_service_sid/Conversations?PageSize=20' \
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
returns only a list of arbitrary 20 records from any dates.
I have tried filtering by passing --data-urlencode "DateCreated=2021-06-22"
with curl but it doesn't seem to do anything.
Interestingly nothing about filtering by date or any kind of sorting described in the documentation: https://www.twilio.com/docs/conversations/api/conversation-resource