Question

Pass parameter via URL??

  • 8 November 2019
  • 1 reply
  • 3 views

Badge

Is it possible to send a User parameter value through to a FME Server Job as part of the URL (End of an URL Parameter value)??


1 reply

Userlevel 6
Badge +32

Yes, you can.

By default you do a POST request to submit a job over the REST API, as you can see in the documentation.

You then need to add the published parameters in the body.

But you can also use the direct url (pre 2019?) or create a webhook (2019?) where you can change the published parameters in the url:

Reply