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:
Hi, i have a source that uses a connection to Skutrak, and i selected 3 columns when i created the source, now i want to bring in a 4th column, do i have to recreate a source from scratch and then use that in a new transformation view and do all the work i did again, or can i update the source column selection, and add the…
We have 2 dataspaces (Training and Current), the training one had a link to a list in a Model. When i tried to add a link to the same list in the Current dataspace, the link showed as ticked and i could not select it. Does this mean you cannot link to the same source in 2 different dataspaces? It shows a tick in the LINK…
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…