Response Search

ModelsStructures

This model accepts additional fields of type Object.

NameDescription
limit
REQUIRED
Number
next
String
page
REQUIRED
Number
results
REQUIRED

Constraints: Unique Items Required

total
REQUIRED
Number
{
  "limit": 68,
  "page": 182,
  "results": [
    {
      "id": "53f10664-3ce8-4c27-b382-0ef66432349f",
      "text": "text4",
      "type": "type4",
      "exampleAdditionalProperty": {
        "key1": "val1",
        "key2": "val2"
      }
    }
  ],
  "total": 162,
  "next": "next0",
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}