Abe
Abe

Reputation: 23958

List all hitTypes through the mturk API?

Is there a way to list all my HIT types (not HITs or assignments) using the mturk api?

I can't find any documentation on this. I'm using python, so it'd be nice if boto supported this query.

Upvotes: 0

Views: 411

Answers (2)

Chris Conley
Chris Conley

Reputation: 1062

Unfortunately there isn't. We resort to persisting every HitType locally that we create through turk's api at houdiniapi.com which works just fine.

Upvotes: 1

garnaat
garnaat

Reputation: 45906

Looking through the MTurk API (http://docs.amazonwebservices.com/AWSMechTurk/latest/AWSMturkAPI/Welcome.html) I don't see anything that returns a list of HIT types. You should post a query to the MTurk forum (https://forums.aws.amazon.com/forum.jspa?forumID=11). It seems like a useful feature to add.

Upvotes: 1

Related Questions