Skip to main content
Question

Pass parameter via URL??

  • November 7, 2019
  • 1 reply
  • 63 views

timwarfe
Contributor
Forum|alt.badge.img+9

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)??

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+61

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: