Skip to main content
Solved

Rest interface

  • September 25, 2014
  • 1 reply
  • 9 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

Best answer by david_r

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

david_r
Celebrity
  • Best Answer
  • September 25, 2014
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