Retrieve attachments of questionnaire participants such as participant photos.

Request

GET https://api.snapaddy.com/visitreport/v1/attachment/{questionnaireId}/{participantId}/{attachmentId}

Path parameters

Parameter name Value Description Additional
questionnaireId string

Id of the questionnaire

Required
participantId string

Id of the participant to retrieve attachments for

Required
attachmentId string

Id of the attachment to retrieve

Required

Authorisation

This request requires the use of one of following authorisation methods: API key .

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

Success

401 Unauthorized

Unauthorized

404 Not Found

Not Found


Explore this API

questionnaireId

Id of the questionnaire

participantId

Id of the participant to retrieve attachments for

attachmentId

Id of the attachment to retrieve

Response Content-Type

Choose an authorisation method:

API key API key to be used for request
Try it out!