Hi,
I'm facing an issue with the Anaplan API integration. Currently, the authorization code retrieved manually, but we are looking for a way to automate this process as part of our integration workflow. Thanks
Hi, On your integration are you using Device Grant or Authorization grant flow?
We are using Authorisation Grant flow for integration.
If you'd want to have everything automated I'd suggest to investigate device grant flow. That way you can just do one initial authorization manually and in the future you can use a refresh token to automatically generate new authorization tokens.
Ok, Let me check on that.
And can you please correct me if my understanding of API process is wrong.
My requirements:
Need to load CSV file into the API endpoint
For that need to authentication then need to perform put operation on the file id to load the CSV and the response code should need to be 204?
Then need to perform post operation on the process ID to trigger the processes and itβs tasks.
Hi - can't access support portal having already registered. Receive the following error message - is this an issue with Anaplan or our internal IT?
Can someone help me i am unable to login anaplan portal using my credentials
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to getβ¦