Hi Friends,
What is json and why is it used in Anaplan?
Also what is Apiary?
@Sravan_Kumar
All great questions Sravan!
JSON stands for "Java Script Object Notation", its a special notation that allows you to pair the key and value together, thus avoiding the issues with flat tables. Example: {name: "Sravan", age: 28, city: "New York City"}; JSON also allows you to send data that's hierarchical. JSON is only used with the Anaplan API when it sends messages about the API call you make. Like whether the action was successful or not. For transaction data, Anaplan sends transaction data as a CSV format (flat).
An Apiary is where bees are kept, but sometimes, in IT, the term Apiary is used to describe the API library, or the dictionary of all the APIs you can call. So in this case the Anaplan Apiary for version 1.3 would contain all the RESTful APIs and how to use them. You can find the 1.3 Apiary here.
Keep the questions coming!
@JaredDolich "Where bees are kept but sometimes in IT 🙂 " ROFL
@Misbah
If figured that might be worth one or two Kudos! Thank you sir!
Thanks @JaredDolich.
Your explanation are so simple yet full detailed.
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
I've few actions in our Supply model which when run takes some time on the "generating failure dump" step at the end of the action even though the import is a full success without warning or errors. This is just a few seconds when run for a single action, however we have a process with 120 actions, and most of these…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…