The workspaces are stored locally in the FME Server System Share's 'repositories' folder, e.g. C:\\ProgramData\\Safe Software\\FME Server\\repositories\\Samples\\austinApartments
You could use the Directory and File Pathnames Reader in combination with the FME Workspace Reader on these System Share folders to get similar kinds of information about each workspace.
Alternatively, the FME Server REST API repositories endpoints could also programmatically search the published workspaces. Use this with the HTTPCaller or another API application, with JSON transformers to parse the returned results.
Hope that helps!
Great answer thank you very much!
@sanaeatsafe I am able to retrieve repositories and items for every repository, but I have a difficulty retrieving an item (the .fmw to search for a specific Translator/Parameter)
As in this example
I tried Accept=contents and disposition=inline in the Headers section, but all I get is information about the items and not the item itself
Can you give me example of configuring the HTTPCaller to retrive de item
Thanks in advance!