Question
How do we see all the stories that have been assigned to a user?
Workaround/Resolution Action
Run an API query as follows:
<Server Base URI>/rest-1.v1/Data/Story?sel=Name,Scope.Name,ID,CreateDate&where=Owners.Name=
"administrator"&sort=-CreateDate
Comments
Please sign in to leave a comment.