Hi everyone!
I'm new working with Anaplan and also with APIs. i've been managing it quite well but I'm stucked in one step hope you can help me overcoming this.
I've already get al chunks of the export however I don't know how to download the data... the file exported 26 chunks and I get chunk id 0, 1, 2 and so on. So the lastest request that I've made so far is:
https://api.anaplan.com/2/0/workspaces/workspaceid/models/modelid/files/taskid/chunks/1
And it does shows me data but... what to do next? I need to concatenate with other 25 chunks and donwload them.
I'm using Postman btw.
Thanks in advance for your help.