Retrieves all participants of a single questionnaire
GET https://api.snapaddy.com/visitreport/v1/backend/questionnaires/{questionnaireId}/participants/all
Parameter name | Value | Description | Additional |
---|---|---|---|
questionnaireId | integer | ID of the questionnaire |
Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
limit | integer | Limit parameter |
|
page | integer | Page parameter |
|
filter | string | Filter by the state of a participant Possible values are:
|
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 |
All |
401 | Unauthorized Unauthorized |
HTTP 401 Error |
404 | Not Found Not Found |
HTTP 404 Error |
500 | Internal Server Error Internal Server Error |
HTTP 500 Error |