GetAssignment
Description
The GetAssignment
retrieves an assignment with an AssignmentStatus value of Submitted, Approved, or Rejected, using the assignment's ID. Requesters can only retrieve their own assignments for HITs that they have not disposed of.
Request Syntax
{ "AssignmentId":
String
}
Request Parameters
The request accepts the following data in JSON format:
Name | Description | Required |
---|---|---|
|
The ID of the assignment you want to retrieve Type: String |
Yes |
Response Elements
A successful request returns an Assignment data structure.