I'm looking at the .NET API for Mechanical Turk and I want to create a simple review app that lets people accept or reject any assignments that are pending review. It looks like I can get all the hits with client.GetAllHITs(), but the only available method I see for assignments is client.GetAllAssignmentsForHIT(hitid).

Does this mean that I'll have to make a separate call for every HIT? Is there any way to make a single batch call to get all assignments?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Unfortunately, you have to make a call for each HIT.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.