Operation executions_history

Hello,

I am using the HTTP API and cannot seem to get a graphId to filter out a specific graph. The documentation says graphId=“graph path relative to sandbox”, but it does not seem to filter out. I am assuming that the order of passed parameters does not matter. Here is my example request string, “test” was injected to replace important references:

http://localhost:8080/clover/request_pr … IPTION_XML

This request seems to bring back all the executions for that day or time period. Any info on how to only query a specific graphId?

~Regards

Hi,

You have just a typo in your GET request parameter. All parameter names are case sensitive and you used graphId instead of graphID. If you use the later one you’ll get what you need.

Ah fantastic! Thank you for the feedback!