add processId, actionId, fileId as columns in Settings (for API development)
This will speed up API development and runtime both. The API requires ID's as parameter, however Anaplan UI shows only the Name.
When using API for sending data to Anaplan or triggering a process we now use the name for searching the id.
Currently this requires additional looping in our API framework. If we know from the Anaplan UI e.g. the processId upfront we can directly implement it with this ID rather then looping over all processes till the API found the correct Id.
Comments
-
Hi,
I agree with your arguments and I support your idea.
For the time we are waiting for this to be implemented, I think I know easy workaround for you. I know that this information is not available in GUI, but it's available in API. And you can reach some API endpoints from your browser - few of them are the links below, where you will see the IDs of actions next to their names (and even more). So it should speed up the development, and runtime, if you were searching for ID by name each time you were running API session. Links (put relevant WS and model ID):
https://us1a.app.anaplan.com/2/0/workspaces/{WORKSPACE_ID}/models/{MODELS_ID}/exportshttps://us1a.app.anaplan.com/2/0/workspaces/{WORKSPACE_ID}/models/{MODELS_ID}/files
https://us1a.app.anaplan.com/2/0/workspaces/{WORKSPACE_ID}/models/{MODELS_ID}/imports
https://us1a.app.anaplan.com/2/0/workspaces/{WORKSPACE_ID}/models/{MODELS_ID}/processes
https://us1a.app.anaplan.com/2/0/workspaces/{WORKSPACE_ID}/models/{MODELS_ID}/actions
Example: "https://us1a.app.anaplan.com/2/0/workspaces/ABCD/models/1234/actions"0
Get Started with Idea Exchange
See our Submission Guidelines and Idea Evaluation Criteria, then start posting your own ideas and showing support for others!