Skip to main content

I'm planning to develop a system that should contain a function to automatically configure a publication on an FME Server according to parameters set by a user via a web app.

I think it should be possible with FME Server REST API [post] /notifications/publications (Create Publication).

However, so far, I've not found a comprehensive documentation on parameter values such as "publisherName", "properties/name" etc. applicable to a publication - e.g. Email (SMTP) publication.

Where can I find that?

I am afraid that the swagger API documentation is the most extensive documentation available that I know of, hopefully a Safe employee can shed some more light on this matter.


I wonder if it's possible to use something like Fiddler to intercept and reverse engineer the API calls used by the GUI?


I wonder if it's possible to use something like Fiddler to intercept and reverse engineer the API calls used by the GUI?

Good idea. I'll give it a try later! Thanks.


Hi @takashi

There is also an example using the FME Server JS API, which dynamically exposes all parameters for all available protocols:

 

https://playground.fmeserver.com/javascript/notifications/create-publication/

Maybe this helps as well.

 


Reply