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.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…
Is there any easy way to replace a Line Item in the whole model in all formulas? right now i have to check hundreds of modules to switch out a Line Item, which is quite tedious //GP
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the node…