Hi,
The /api/v2/analytics/conversations/details/query doesn't seem to return the pageNumber and pageCount in the json response. How do we know there are more conversations to fetch?
Regards
Sadanand
Hi,
The /api/v2/analytics/conversations/details/query doesn't seem to return the pageNumber and pageCount in the json response. How do we know there are more conversations to fetch?
Regards
Sadanand
Hi Sadanand,
For the conversations detail, you need to continue requesting pages until you get an empty response. Be aware that the performance of paging gets slower the deeper you go, and very deep paging may result in timeouts. My rule of thumb is not to go more than 10 pages deep (100 results per page). If your query has more than 1000 conversations, it's more efficient to break it into separate queries with shorter intervals.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.