Santosh
Contributor

File ID In Anaplan

Hi Team,

Does anyone know where can i find the File ID in Anaplan?

Thanks,

BS

3 REPLIES3
LipChean_Soh
Certified Master Anaplanner

Hi@Santosh

Can you explain in more details (i.e. screen shots, examples) what file ID you're referring to?

Thanks,

LipChean

riyazpasha
Frequent Contributor

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

AlejandroGomez
Master Anaplanner/Community Boss

Hi@Santosh

here you have an example where the url provided by@riyazpashais at work with Postman.

Just paste the URL in a GET request:

AlejandroGomez_0-1629224009837.png

And remember to set up the headers for the request:

AlejandroGomez_0-1629224249187.png

Then, just run it and you will get something like this where the file ID can be found:

AlejandroGomez_2-1629224115341.png

I hope it helps.

Alex