/api/post-v1-public-livechat-survey-answer-40093c21cf
Войти
Все методы Public Live Chat WidgetPublicLiveChatWidgetController
manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
POST/v1/public/livechat/survey/answerAnonymous

POST answer

Маршрут POST /v1/public/livechat/survey/answer из PublicLiveChatWidgetController. Детализация собрана из API manifest gateway.

Operation ID
PublicLiveChatWidgetController.answerSurvey.POST.v1_public_livechat_survey_answer
Handler
cdp.gateway.cdp_gateway.livechat.controller.PublicLiveChatWidgetController#answerSurvey
Consumes
Produces
Параметры0
Request bodyPublicLiveChatSurveyAnswerRequestDTO
Response bodyResponseWrapper<Object>
Request map

Маршрут и контракт запроса

POST/v1/public/livechat/survey/answer
Path segments
v1publiclivechatsurveyanswer
Security
isAnonymous()
Parameters

Параметры

У метода нет параметров.
Request / Response

Тела запроса и ответа

Request bodyPublicLiveChatSurveyAnswerRequestDTO
Nullable: Нет
PublicLiveChatSurveyAnswerRequestDTO
object • PublicLiveChatSurveyAnswerRequestDTO
companyUuid
String
required • not-null
projectUuid
String
required • not-null
itemUuid
String
required • not-null
surveySessionUuid
String
required • not-null
nodeUuid
String
required • not-null
values
List<String>
optional • not-null
textValue
String
optional • nullable
visitorUuid
String
required • not-null
Response bodyResponseWrapper<Object>
Nullable: Нет
ResponseWrapper<Object>
object • ResponseWrapper<Object>
success
boolean
required • not-null
data
T
optional • nullable
error
CdpErrorResponse
optional • nullable • schema=CdpErrorResponse
CdpErrorResponse
object • CdpErrorResponse
errorId
String
required • not-null
code
String
required • not-null
message
String
required • not-null
details
Map<String, Object>
optional • not-null
fieldErrors
List<CdpFieldError>
optional • not-null
timestamp
long
optional • not-null
meta
Map<String, Object>
optional • not-null