Regading fetching the messgae in particular group in yammer

New Contributor

Hello Team

 

I am using the below api to fetch all messages from group -https://www.yammer.com/api/v1/messages/in_group/:group_id.json

 

I am also using query parameters older_than and newer_than for fetching more than 20 messages .

 

In below case i am not getting correct results from api where i  need to fetch main thread of each post and it should be  older than particular thread id  but it is showing me all types of thread i.e  older and newer  .I am only want to see older than particular thread id 

 

https://www.yammer.com/api/v1/messages/in_group/267625752?threaded=true%20and%20older_than=677365500...

 

Can you please  share the exact approach to solve this issue ?

 

 

 

 

0 Replies