Survey responses
Retrieve the specified completed survey response as rendered PDF.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
Id of the survey response to be rendered.
Responses
200Success
application/pdf
401Error
403Error
404Error
422
Returned if the survey response is not in status COMPLETED.
501
501 Not Implemented when the feature is not enabled on this environment.
get
/survey-responses/{id}/pdfLast updated