Hi All,
I have this issue on not being able to get the list of Anaplan export actions or any other artifacts via POSTMAN.
These are the steps I am taking -
a. Authenticate — https://auth.anaplan.com/token/authenticate (I using basic auth and I am able to authenticate, and I am able to get the tokenValue.
b. Model list - https://api.anaplan.com/2/0/models I use the token value (BEARER TOKEN) from step a and I am able to get the model list using.
c. List of export action or any other artifacts. After the second step, when I try to get the list of export actions, or processes or lists, this is where I am not able to get those lists.
Since I got the tokenValue in step a, I should be able to use the same method as in step b.
I tried both of these lines (one with workspaces and one only with models in the GET command
https://api.anaplan.com/2/0/models/16000000000/processes
https://api.anaplan.com/2/0/workspaces/111100000/models/16000000000/processes
Any other options I can use?
Thanks