Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk List Qualification Requests Response Structure

ListQualificationRequestsResponse schema from Amazon Mechanical Turk API

Type: object Properties: 3
CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

ListQualificationRequestsResponse is a JSON Structure definition published by Amazon Mechanical Turk, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NumResults NextToken QualificationRequests

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-structure/amazon-mechanical-turk-list-qualification-requests-response-structure.json",
  "name": "ListQualificationRequestsResponse",
  "description": "ListQualificationRequestsResponse schema from Amazon Mechanical Turk API",
  "type": "object",
  "properties": {
    "NumResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The number of Qualification requests on this page in the filtered results list, equivalent to the number of Qualification requests being returned by this call."
        }
      ]
    },
    "NextToken": {
      "$ref": "#/components/schemas/PaginationToken"
    },
    "QualificationRequests": {
      "allOf": [
        {
          "$ref": "#/components/schemas/QualificationRequestList"
        },
        {
          "description": "The Qualification request. The response includes one QualificationRequest element for each Qualification request returned by the query."
        }
      ]
    }
  }
}