Surveys
List
GET
/surveymodules/{moduleId}/surveys
https://api.relesysapp.net/api/v1.3/surveymodules/{moduleId}/surveys
Get a list of surveys in a module with ID
Default sort is by
moduleId
.Default sort is by
creationDateTime
in descending order.status
- This field displays the status of the survey. Currently, the available statuses to filter on are: - Published
- Published - Expired
- Published - Awaiting
- Unpublished
Scopes: relesys.api, relesys.api:read, relesys.api.survey, relesys.api.survey:read
URL Path
moduleId | string / guid | The module'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 | surveyinstancestatus |
Filterable Sortable
|
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 |