Hello community,
Could you please tell me how to upgrade from API version 1.3 to 2.0?
Thank you
Hi,
What kind of information do you need?
I'm using now , Restful Anaplan API version 1.3 ,content_Type(application/JSON),Basic authentification, between Talend and Anaplan (Internal applications). I want to upgrade it in order to use CA in stead of Basic authentification(login/password).
Best regards,
What's the layer in between? Is it an ETL tool? A custom script, or Anaplan connect?Are you running just an upload and import actions in Anaplan or is there anything more complex?Regards,Anirudh
the layer in between is 'Talend', it's an ETL tool, and we are running imports to anaplan and exports from anaplan.
Regards,
Hala
there are 2 main things that you need to change:
1.- Change the URL from https://api.anaplan.com/1/3/workspaces/... . by https://api.anaplan.com/2/0/workspaces/....
2.- Change the authentication method, in the version 2 you need to use a Token
this is the documentation for the version 2:
https://anaplanbulkapi20.docs.apiary.io/#reference/upload-files
the version 1.3:
https://anaplan.docs.apiary.io/#reference/upload-files
Regards
The other major difference that will require adaptation is the JSON response format - in v2 you'll find the data you get in v1 is wrapped inside a response object containing status and other information.
Hi, I am working on a solution where the User should only have access to write/edit the list members that they add from an Action on the frontend. This action adds another list member to a selective access list. The problem is, in order to run the action, you need access to the entire list, so you would see all list…
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?