When using the REST API is there a modifier for an item such as first and last?
When using the report repository, I can do...
which gives me all the itemHistory elements, but in truth, I just want the first and last itemHistory.
In XPath (and such) you can do:
but that gives me a 500 error.
Anyone have any ideas?
|
One answer
I think you have to make two calls, size=1, sort = old to new, and sort = new to old.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.