Hey Community, i am new to FME and would like to know how to create a new REST API End point using FME. The task is simple i would like other organizations to query a DB within our infrastructure to get the details of an Asset. So i want to expose an API to the public which they can call and do either a POST,GET or PUT operations. Can you share with me steps of how i can go about this using FME.
Page 1 / 1
Hi @ofashola
Using FME Server RestAPI, you can set up some workflows. See examples here https://playground.fmeserver.com/demos/
FME Server RESTAPI Basics -- A good starting point