Hi,
I am trying to use function GetAvailableTasks(), but it is returning the task list of the tasks whose creatorID is same to the session's UserID. I want to get all tasks list of the specified project with stage id 500(verification).
The credentials which I am using currently for API can be used to login to Verification station also and I am able to see and open all tasks by exploring Verification queue.
-Rahul
コメント
1件のコメント
Hello,
The API methods do not allow to get the list of all sessions, but you can get it by querying the DB (see the dbo.Session table). Then you may extract all “UserID” and “creatorID” from the list.
サインインしてコメントを残してください。