Hi guys,
I've got some execution results saved on a project on our deployr enterprise server, however, I'm finding that the project.getHistory() call always results in an empty execution history list. The response to the http request (/r/project/execute/history) contains the data, but I believe its not being parsed correctly by the c# client library.
On line 308 of the RProjectExecutionImpl.cs file, it seems to be looking directly for the "history" node and ignoring its parent "execution" node.
Can you verify this please?
Hi guys,
I've got some execution results saved on a project on our deployr enterprise server, however, I'm finding that the project.getHistory() call always results in an empty execution history list. The response to the http request (/r/project/execute/history) contains the data, but I believe its not being parsed correctly by the c# client library.
On line 308 of the RProjectExecutionImpl.cs file, it seems to be looking directly for the "history" node and ignoring its parent "execution" node.
Can you verify this please?