Skip to main content
Answered

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

  • August 3, 2022
  • 1 reply
  • 75 views

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

Best answer by Racheal

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
}
}

 

View original
Did this topic help you find an answer to your question?

1 reply

Racheal
Intercom Team
Forum|alt.badge.img+5
  • Customer Support Engineer
  • 512 replies
  • Answer
  • August 4, 2022

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
}
}

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings