This example queries the history of testcases “1234” and “12345” from project “1” over the last 7 days. The result then includes all historical values for the given ids, with the valid_from and valid_to properties describing the time interval for this value - with valid_to: null meaning “still current”
Hi Michael,
Thanks it works.
What value should I put in "from": {"days": 7},
to get all the history. (I don’t want to check each item when it was created).
It works when I remove “from” completely,
but "from" : null - gave error, and setting value like int.max instead of 7, gave only one history item.
So the only way is to remove “from” completely ?
Thanks.