Run this call on each chunk to download them sequentially. Once you have downloaded all the chunks, concatenate them on your host. The request below downloads chunk 0.
Method and endpoint
https://api.anaplan.com/2/0/workspaces/{workspaceID}/models/{modelID}/processes/{processesID}/tasks/{taskid}/dumps/{objectID}/chunks/{chunk}
Parameters
Parameter | Description |
AnaplanAuthToken:{token} | Your Anaplan authentication token value. |
workspaceID | The workspace ID |
modelID | The model ID |
processID | The process ID |
taskID | The ID for the process task. |
objectID | The dump object ID from the process task status call. |
chunk | The chunk count. Use 0 for the first chunk. Increment the sequence based on the number of chunks. |
Curl example
curl -X GET \ https://api.anaplan.com/2/0/workspaces/0a800b00e0000000f000001eab0d0000/models/F1111111C11111111B11111F1111E11F/processes/118000000001/tasks/B7EA9FEC0FF2488B9A9E6040B6B26753/dumps/117000000015/chunks/0 \ -H 'authorization: AnaplanAuthToken {anaplan_auth_token}' \ -H "Content-Type:application/json"
Response
"_Status_","Column 1","Parent","Code","Start Date","Leave Date","Column 6","Column 7","Start Datesss","Column 9","Column 10","Column 11","_Line_","_Error_1_" "W","Max Warren",",,","","4/16/12","","","","4/16/12","","","","151","Invalid parent" "W","Carolyn Tabor","Supply Chain","",",,,","6/30/09","","","6/30/06","","","","153","Invalid date: ,,," "E","","Parent","Code","Start Date","Leave Date","","","Start Datesss","","","","11522","Invalid name: Code" "E","","Parent","Code","Start Date","Leave Date","","","Start Datesss","","","","23043","Invalid name: Code"