Move question
Moves a question.
Display condition consistency is validated.
Parameters:
-
survey_id: form ID
-
question_id: question ID
Request
POST
https://api.forms.yandex.net/v1/surveys/{survey_id}/questions/{question_id}/move
Path parameters
|
Name |
Description |
|
question_id |
Type: integer |
|
survey_id |
Type: string Pattern: Example: `` |
Body
application/json
{
"question": 0,
"page": 0,
"page_id": 0,
"create_page": false,
"position": 1
}
|
Name |
Description |
|
create_page |
Type: boolean Create a new page and place the question on it. Used together with the Default: |
|
page |
Type: integer Page number (1-based) Min value: |
|
page_id |
Type: integer Page ID |
|
position |
Type: integer New position of the question on the page (1-based) Min value: |
|
question |
Any of 2 types
Question ID or slug to move into the question series Example: |
Responses
200 OK
OK
Body
application/json
{
"id": 0
}
|
Name |
Description |
|
id |
Type: integer Question ID |
Was the article helpful?
Previous
Next