Question

How can I POST json data to FME-server using REST API?

  • 9 December 2021
  • 4 replies
  • 3 views

Badge +13

i have my JSON data at postman and I would like to connect it with FME?

how could I achieve it ?

another question , could I post the data to FME desktop or should I connect it with FME server ?

i am totally new to work with REST API and I would like to know ,where should I start ?

 

FME 2018 .

Thanks in advance .


4 replies

Userlevel 5
Badge +25

Check out the FME Server 2018 REST API Training

 

FME Desktop doesn't have a Rest API (but you can use the HTTPCaller on FME Desktop to connect to other API's)

Badge +13

Check out the FME Server 2018 REST API Training

 

FME Desktop doesn't have a Rest API (but you can use the HTTPCaller on FME Desktop to connect to other API's)

Thanks for reply .i will check the training .

which Other API's that FME desktop could support ?

Userlevel 5
Badge +25

Thanks for reply .i will check the training .

which Other API's that FME desktop could support ?

Basically all of them, as long as you can get access to them and they are properly document and/or have good samples to work from.

Badge +13

Thanks for reply .i will check the training .

which Other API's that FME desktop could support ?

Thanks alot for relpy

Reply