Question

Httpcaller and string searcher

  • 15 February 2023
  • 1 reply
  • 1 view

Badge +5

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


1 reply

Userlevel 5
Badge +25

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