Using the FME Server REST API repositories I am able to retrieve items for every repository using the HTTPCaller , but I have a difficulty retrieving an actual item (the .fmw to download or put into a parameter)
As in this example
I tried Accept=contents and disposition=inline in the Headers section of HTTPCaller, but all I get is information about the items and not the item itself
Can someone give me an example of configuration of the HTTPCaller in order to retrive de item itself.
Thanks in advance!