Is it possible to retrieve the published parameters set against a workspace within an automation, via the Rest API (v4) or another way?
I’ve had a quick look at the FME Flow REST API V4 endpoints but cannot see anything obvious.
Is it possible to retrieve the published parameters set against a workspace within an automation, via the Rest API (v4) or another way?
I’ve had a quick look at the FME Flow REST API V4 endpoints but cannot see anything obvious.
Best answer by david_r
Found it:
$(FME_SERVER_WEB_URL)/fmeapiv4/automations/<automation id>/components
This endpoint returns all the components (triggers, actions, etc) of a given automation, as well as their individual settings, including workspace parameters.
Example:
json["nodes"][*]["parameters"]