Can you please help me on how to integrate data from Anaplan to ETRM, with API's, or if I can get API's script by which I can change workspace and model id and use that script.
@Vicky_Kapri,
Here's a simplified example of a script using Python with the requests library to extract data from Anaplan. Replace workspace_id, model_id, and api_token with your actual values:
requests
workspace_id
model_id
api_token
import requests
url = "https://api.anaplan.com/2/0/workspaces/{workspace_id}/models/{model_id}/exports"
headers = { "Authorization": "AnaplanAuthToken {api_token}", "Content-Type": "application/json", }
response = requests.post(url, headers=headers)
print(response.json())
instead of Authtoken, can I use my username and password as well? Or I have to buy that token(certificate) from Anaplan?
@Dikshant , with the help of API, anaplan will directly integrate with other tool, or it will be like first export csv file then loading of that csv file into ETRM tool.
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…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…