Skip to main content

I'm trying to get the last 8 Job ID workspace details and I'm using an HTTP caller and string searcher. Can anyone tell me where I'm going wrong?

 

Httpcaller Settingimage 

String Searcher

image

It looks like you're not calling the correct Rest API endpoint, you need to have .../fmerest/v3/transformations/jobs/completed. I don't think a StringSearcher is necessary, you can use a JSONFlattener to create features, sort them and then sample the last 8


Reply