POSTADITUS/Survey/Surveys/Validate response

Validate response

POST{{API_BASE_URL}}/survey/v1/surveys/:survey/responses/:response/validate

This endpoint is used to validate a survey response.

Request

  • surveyId: The ID of the survey.

  • responseId: The ID of the response.

Response

  • surveyId: The ID of the survey.

  • responseId: The ID of the response.

  • success: Indicates if the validation was successful.

  • errors: An array of any validation errors encountered during the process.

Authentication#auth

This endpoint does not require authentication.

Responses#responses

200OKValidate response