REST API for Depends On/Block workitem
Hi,
I am trying to retrieve the calendar date/time that block/depend-on work item are added to the history using REST API. I know how to get the id but I am not sure how to get the time? For instant for blocker id I can do:
https:////rpt/repository/workitem?fields=link/workItem[id=***]/(parent/id)
But I am not sure how to find the date/time the link is added to history.
Thanks