Skip to main content
Hello,

 

i am using the rest interface to query the server about the job completed.

 

So i am using the url :

 

http://myserver/fmerest/jobs/completed.json?joblimit=0&token=blablablabla

 

 

But the response doesn't contain the number of features output.

 

 

Is there a way to get this information via the rest api ?

 

 

Thanks,

 

 

Julien
Hi,

 

 

you can use the following REST call from FME 2014 and on:

 

 

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

 

 

See the API doc for more info: http://docs.safe.com/fme/html/FME_REST/#

 

 

David

Reply