Training
For clients
Загружается...
A resource that allows you to create a full copy of a survey.
Request example:
POST /api/v1/lead_ads/survey_forms/17/copy { "name": "Copy of survey 17" // This field is optional. If omitted, the source survey name will be used. }
Response example:
HTTP 200 { "id": 18, "status": 1 ... }
The response contains all fields of Survey.
Possible response codes