Hi Team,
Does anyone know where can i find the File ID in Anaplan?
Thanks,
BS
Hi @Santosh
Can you explain in more details (i.e. screen shots, examples) what file ID you're referring to?
LipChean
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
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
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…