I’ve noticed that for some tickets, polling the Freshdesk API for all conversations is missing some conversations that we can see in the UI.
I’m hitting /api/v2/tickets/eid]/conversations as per the following documentation:
https://developers.freshdesk.com/api/#list_all_ticket_notes
Is there some extra flag I should be specifying in the API call? Is there some reason certain conversations are visible in the UI but not through the API that I don’t know about? Or is this a bug in the API?