ANAPLAN API : Get dump files from process with any action

Options
AdrienM
AdrienM Member, ALL USERS, GroupMember, Community Member Posts: 3 Occasional Contributor

Hello, 

 

I'have an issue, when i tried to retreive the dump file from a process with multiple actions, the API returns a 404 status code.

 

The URL called : https://api.anaplan.com/2/0/workspaces/[WORKSPACE_ID]/models/[MODEL_ID]/processes/[PROCESS_ID]/dumps/[OBJECT_ID]

 

Where the Object Id comes from the task result where "failureDumpAvailable" is set to true.

 

Can someone help me ?

 

Regards.

Adrien

Comments

  • AdrienM
    AdrienM Member, ALL USERS, GroupMember, Community Member Posts: 3 Occasional Contributor

    Thanks,

     

    But now i've a new status code "406 Not acceptable".

     

    In Task Result : 

    "failureDumpAvailable"true,
            "objectId""112000000158",
            "objectName""Failures for Import 158",
            "successful"true
     
    the end of the url to obtains the dump :
    /processes/118000000053/tasks/A6B904C19C47452FA73B64385D9DEF5D/dumps/112000000158",
  • AdrienM
    AdrienM Member, ALL USERS, GroupMember, Community Member Posts: 3 Occasional Contributor

    Thanks,


    I had put a wrong Accept header value, with 'application/octet-stream' value, it's work.

     

    Thanks