Instances
List
GET
/surveymodules/{moduleId}/surveys/{surveyId}/instances
https://api.relesysapp.net/api/v1.3/surveymodules/{moduleId}/surveys/{surveyId}/instances
Get survey instances for a survey with ID
More information about statuses can be found in Surveys -> List documentation.
surveyId
.More information about statuses can be found in Surveys -> List documentation.
totalUsers
- Number of users that have access to the survey.participationPercentage
- Percentage of participants who had access to the survey that responded.
Scopes: relesys.api, relesys.api:read, relesys.api.survey, relesys.api.survey:read
URL Path
moduleId | string / guid | The module's unique identifier | required | |
surveyId | string / guid | The survey's unique identifier | required |
Query String
availableFrom | datetime |
Filterable Sortable
|
optional | |
availableUntil | datetime |
Filterable Sortable
|
optional | |
creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
id | string / guid |
Filterable
|
optional | |
lastModifiedDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
name | string |
Filterable Sortable
|
optional | |
status | string |
Filterable Sortable
|
optional | |
surveyId | string / guid |
Filterable
|
optional | |
sort | string | Comma separated sort order based on sortable properties | optional | |
offset | integer | Offset value for use in pagination | Default: 0 | optional |
limit | integer | Total objects to fetch (max 1000) | Default: 200 | optional |