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
string · binaryOptional
401Error
403Error
404Error
422
Returned if the survey response is not in status COMPLETED.
get/survey-responses/{id}/pdf
GET /survey-responses/{id}/pdf HTTP/1.1
Host: api.tradeaware.live-eo.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binaryLast updated