Trying to export a module via REST APIs, but neither able to hit modules API to list all the modules nor the exports API. The user is workspace admin and still giving "Not Found" error.
Hi @meghababbar , Can you share the URL's by removing the Sensitive information please? So that we can help you with the earliest. Regards, Venkatesh
Hi @meghababbar, I have tried the below URL's and got the success status:
To retrieve workspace details: https://api.anaplan.com/2/0/workspaces/{{workspaceId}}
To retrieve module details:https://api.anaplan.com/2/0/workspaces/{{workspaceId}}/models/{{modelId}}/modules
Hope this helps :). Regards, Venkatesh
Hi @Venki9902
Retrieving model and workspace details is working fine for me. But somehow it's not working beyond that level, failing for modules, exports, files, lists etc.
Please suggest some ways to debug this issue.
Hi @meghabbar, https://us1a.app.anaplan.com/2/0/workspaces/<Workspace ID>/models/<Model ID>/modules Then when you'll find your modules with this url you can change 'us1a.app' part from url with 'api' and recheck. This way you can find if problem is in your url or somewhere else.
Hi @meghababbar ,
Can you highlight on the variables to see if you have values or not?
And your token value you are applying the latest one I believe and in the header’s section try adding content-type once.
hope this way it will helps.
regards,
Venkatesh
@meghababbar These symptoms suggest that the account you are using to run the commands either does not have permission to access the model or that one of the IDs is incorrect (workspace ID or model ID).
Some things to check:
Ideally, I would like to setup an action that can copy data from one version to another only for a specific module. For every new version I create, I import new data into certain modules and then I manually copy data over for a specific module. I am wondering if I can just setup an action to select an origin version,…
I am testing export actions using workflow but its not generating any file when I am running the workflow, but the same process is generating export file when ran from the Actions→Process section. Is their any issue with the workflow functionality? Also, If I want to generate a file after completion of workflow and pull…
Hello Anaplan Community, I am seeking guidance on the most effective ways to automatically upload flat files to Anaplan Data Orchestrator (ADO). Currently, our process involves loading flat files to an Anaplan Datahub using Anaplan APIs and custom Python scripting. With Anaplan Data Orchestrator's capabilities for data…