Retrieve attachments of questionnaire participants such as participant photos.
GET https://api.snapaddy.com/visitreport/v1/attachment/{questionnaireId}/{participantId}/{attachmentId}
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 |
This request requires the use of one of following authorisation methods:
API key
.
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 |