Skip to main content

I'm submitting jobs using FME API (v2):

/transformations/commands/submit/< repository >/< workspace >

The model writes output results to JSON file. Is it a way to get contents of the result JSON file through API request? Using this with no luck (visible log details only):

/transformations/jobs/id/< jobid >/result

 

I suggest looking into the datastreaming service.

 

https://docs.safe.com/fme/html/FME_Server_Documentation/ReferenceManual/service_datastreaming.htm


It doesn't helps much.


It doesn't helps much.

If you publish your workspace to use the data streaming service, and use a webhook, you are returned the actual json. As far as I know that isn’t available through the REST API, there’s an idea for that https://community.safe.com/s/idea/0874Q000000TkprQAC/detail

It doesn't helps much.

So basically there is no way to do that using API ?


It doesn't helps much.

If you publish your workspace to use the data streaming service, and use a webhook, you are returned the actual json.

 

Can you explain this part?


It doesn't helps much.

There's an article about webhooks at https://community.safe.com/s/article/webhooks-and-fme-server


Reply