Hi FME Server users!
I've been recently playing with the FME Server API, and I've found something that I didn't expected, at least following the specs from the API technical doc: (https://docs.safe.com/fme/html/FME_REST/apidoc/v3/index.html#), from GET : Transformations/jobs/completed section.
I tried the GET capability to gather all the information regarding a specific Workspace which is run under FME Server 2016.
The request states as follow:
XXXX:YYYY/fmerest/v3/transformations/jobs/completed?completedState=success&limit=-1&offset=-1&repository=Built-Up%20Areas &workspace=Unnamed_Multinaming_UpdateLayerLoop_FME2016.fmw&userName=janera&fmetoken=00000000000
As you can see I opted to fill that "WORKSPACE" and "REPOSITORY" parameters, which I assumed to get information back related only to that workspace.
Unfortunately, I'm getting also info from another Workspace which runs periodically from same repository.
My Q. here is: Am I assuming wrongly if the that GET request would give info from only the parametrized Workspace?
Or Am I setting wrong the GET request statement?
Btw, I've tried to remove from the GET statement the REPOSITORY parameter, leaving only WORKSPACE. No luck.
Thanks in advance,
Juan.