I am using the FME REST API v4 to try and retrieve all Workspace Apps (and Automation Apps and Gallery apps) but I only get http status code 404, although I see in Fme Flow that we have over 20 Workspace Apps. I can retrieve Schedules, Automations and Workspaces just fine. Is it a bug?
Result:
HTTP/1.1 404 NO_RESULT {"message":"FME Server Workspace App automations does not exist."} 404
This works:
$(FME_SERVER_URL)/fmerest/v3/schedules?limit=-1&offset=-1
This doesn’t work:
$(FME_SERVER_URL)/fmerest/v3/apps/automations?limit=1000&offset=0