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 all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
At Uphold customer support ⭐+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support ⭐+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly at…
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…