Skip to main content

Do you have sample code on how to get the list of conversations for all users with the date range?

Hey @marcelo​ Racheal here from Support Engineer team 👋

 

We do have a couple examples in our docs here! You would want to use the Conversations API to extract full conversations. You'd first have to search for conversations within a specific date range, and then use GET for individual conversation ID's to get all of the conversation parts.

 

{

"query": {

"field": "updated_at",

"operator": ">",

"value": 1560436784

}

}

 


Reply