Comment 1 for bug 1690317

Revision history for this message
Oleksiy Petrenko (enacero) wrote :

I think the problem is in request url:
GOT: GET http://<ip>:8989/v2/executions/?fields=workflow_name,created_at
EXPECTED: GET http://<ip>:8989/v2/executions?fields=workflow_name,created_at
So last / before ? is not needed