Hi, how can I query for the contents of the repository.properties file using web services? I want to know what the name of the spaces.store and the names of the spaces in there are (e.g. spaces.company_home, spaces.guest_home, spaces.user_homes, …).
the same way you do it for other spaces: ${companyhome.properties.name} etc. The above example would print the name in your freemarker template. To handle the name, just get rid of the decoration around it.