I am trying to download all my detailed call records and call transcripts using the Gong API through postman.
When I use the ‘GET’ function to get the calls, i am able to use the standard process of adding the cursor as a parameter to get the further pages.
However, when I use the ‘POST’ function to get detailed call reports or transcripts, i enter the cursor into the body and it just returns the first page again every time.
Ive tried so many workarounds, like using filters to get a date range of call reports or transcripts, but even the filters don’t work!
It is driving me absolutely crazy! I’ve tried literally everything.