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.
It seems undocumented, but try:
http://<hostname>/fmerest/v3/automations/workflows/<automation id>/components
Tested with FME 2024.2.3 and it seems to return all the details of the automation. For the published parameters, be prepared for FME-specific tag encodings like “<space><opencurly>” etc.