palantir-foundryfoundry-code-repositoriespalantir-foundry-api

Is there a function to give the name of repo/object/table/project by RID (Ressource Identifier)


using an API that give me the list of projects by RID, i want to know if it's possible to know the name of each project. for example this rid 'ri.compass.main.folder.*****' related to 'Mehdi' folder name is there a method to do that in code repository ?

I don't found an API to do that !

Thanks in advance


Solution

  • Have you tried hitting with a GET yourstack.com/compass/api/ui/resources/ri.compass.main.folder.9d079c06-d924-43f7-a973-a643e8259d57/location?

    You'll get the whole file structure in the reply and can get the names from there.