File ID In Anaplan
Hi Team,
Does anyone know where can i find the File ID in Anaplan?
Thanks,
BS
Answers
-
Hi @Santosh
Can you explain in more details (i.e. screen shots, examples) what file ID you're referring to?
Thanks,
LipChean
0 -
Hi @Santosh ,
If you are looking for the File ID to automate or you have any process in which you are loading a file then below URL will help you to retrieve the file id's.
https://us1a.app.anaplan.com/2/0/workspaces/{WorkspaceID}/models/{ModelID}/files
just replace workspace id and Model ID
Regards,
Riyaz Pasha
2 -
Hi @Santosh
here you have an example where the url provided by @riyazpasha is at work with Postman.
Just paste the URL in a GET request:
And remember to set up the headers for the request:
Then, just run it and you will get something like this where the file ID can be found:
I hope it helps.
Alex
1