May 15 2020 07:45 AM
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
Can you please share the exact approach to solve this issue ?