Skip to main content
Question

FME Flow REST API V4: Information on all Workspace Apps?

  • May 13, 2026
  • 1 reply
  • 16 views

frantsch
Contributor
Forum|alt.badge.img+4

We need a FME Flow data stream which generates an HTML page showing an index of all available FME Flow Workspace Apps on our FME Flow instance.

In FME Server REST API V3 we used [FME_Server_instance]/fmerest/v3/apps?.

In FME Flow REST API V4, when we use the analogue [FME_Flow_instance]/fmeapiv4/flow-apps?, we do not obtain a result.

Which is the appropriate call to obtain the information on all Workspace Apps available on an FME Flow instance in REST API V4 (as e.g. is [FME_Flow_instance]/fmeapiv4/repositories? to obtain all Repositories)?

1 reply

ebygomm
Evangelist
Forum|alt.badge.img+48
  • Evangelist
  • May 13, 2026

/fmeapiv4/apps/workspaces?

/fmeapiv4/apps/automations?

/fmeapiv4/apps/ar?

/fmeapiv4/apps/galleries?

 

These aren’t documented so use with caution