Solved

Rest interface

  • 25 September 2014
  • 1 reply
  • 0 views

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
icon

Best answer by david_r 25 September 2014, 14:11

View original

1 reply

Userlevel 5
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