Validate form data against its schema

Retrieves the JSON schema for a given form ID and validates the supplied form data again it.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequired
Unique ID of the form

Request

request body
formDataobjectOptional

Response

results from the form validation
statusenum
Allowed values:
validationobject
messagestring

Errors

500
Internal Server Error