Is there a way to retrieve the following field via API or Transactional API?
I noticed that there is no way to Export it via the Anaplan interface but am hoping there is a pathway to retreive it through Python or some other API tool.
Unfortunately I haven't found anything for this either! Hoping any upcoming transactional API endpoints might allow us to grab more metadata, including line item formulas. @Misbah - would you be happen to have any insider knowledge?
Hi @nathan_rudman - what did you mean by that?
The transactional APIs also include a set of metadata APIs that give some more information about the Anaplan model objects. Use the transactional APIs - Anaplan Technical Documentation
@kevin.cho
Nope Bud! All I know is that they are going to add lot more things as part of Model Meta data APIs. For example Line item referenced by is one of the features that will be included but don't know the timelines.
@DaanishSoomar If you are part of EA program with Anaplan you can surely suggest this idea/feature when new set of Transactional APIs become available for EA.
Misbah
Cheers @Misbah - good to hear that they're still planning for more metadata APIs! Super helpful for model organisation/management.
There was an error rendering this rich post.
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!
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…