POST
/
v3
/
questions
/
search
{
  "questions": [
    {
      "categories": [
        {
          "child_categories": [
            {}
          ],
          "child_questions": [
            {}
          ],
          "description": "<string>",
          "id": "<string>",
          "lineage": [
            {}
          ],
          "name": "<string>",
          "order": 123,
          "taxonomy_paths": [
            {
              "categories_lineage": [
                {}
              ]
            }
          ]
        }
      ],
      "datapoints": [
        {
          "datapoint": "<string>",
          "name": "<string>",
          "order": {
            "value": 123
          }
        }
      ],
      "description": "<string>",
      "knowledge_base": "<string>",
      "message": "<string>",
      "name": "<string>",
      "namespace_code": "<string>",
      "notice": "<string>",
      "order": 123,
      "question": "<string>",
      "suffixes": [
        {
          "name": "<string>",
          "order": {
            "value": 123
          },
          "suffix": "<string>"
        }
      ],
      "taxonomy_paths": [
        {
          "categories_lineage": [
            {}
          ]
        }
      ],
      "warning": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Body

application/json
Search request
filters
object
from_autosuggestion
boolean
results_limit
integer
search_term
string

Response

200
application/json
Question Search results
questions
object[]

Questions matching the filtering criteria.