While creating hits for Mturk, I stored, both groudId(HitIdType) and HitId. Now assume that I have many Hits under a groupId, and I want to see and work on a particular Hit under a group. But I couldn't found a way to link to that particular HitId.
I tried different combinations of url to Mturk.
http://workersandbox.mturk.com/mturk/preview?groupId=groupid
http://workersandbox.mturk.com/mturk/preview?groupId=groupid&hitId=hitid
http://workersandbox.mturk.com/mturk/accept?groupId=groupid&hitId=hitid&requesterId=requesterid
None of about links to a page with hitId=hitid
Is there any way to achieve this?
Thanks in advance