Create
Create
application/json
Request Body required
language string
The desired language of the answer.
questions string[] required
The list of questions.
Responses
- 200
- 401
- 404
Found.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
first string nullable required
The link to the first page.
items object[] required
An array of objects.
answer string
question string
last string nullable required
The link to the last page.
next string nullable required
The link to the next page or null
if there's no page.
prev string nullable required
The link to the previous page or null
if there's no page.
self string nullable required
The link to the current page.
{
"first": "string",
"items": [
{
"answer": "string",
"question": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Not Found
Loading...