For the complete documentation index, see llms.txt. This page is also available as Markdown.

Survey responses

Retrieve survey response as PDF.

get

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
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: */*
binary

Last updated