get https://{subdomain}.pinpointhq.com/api/v1/onboarding_applications/
Onboarding Application's Onboarding Answer Documents
When an
onboarding_application
'sonboarding_answer
is a document due to the question requiring one, the response will be formatted as{ filename: 'filename', url: 'url-to-document' }
. The URL will allow you to download the document which will be the same document that was uploaded. If it was a PDF that was uploaded originally, a PDF will also be returned.