Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

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 surveyId.
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
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
Responses
application/json
JSON
{"count":2,"data":[{"id":"17c06a48-e417-4b93-b0a2-3ebdafc74cf8","name":"Product Feedback Survey","status":"Published","availableFrom":"2026-01-06T13:17:31","availableFromTimeZone":null,"availableUntil":"2026-01-07T13:17:31","availableUntilTimeZone":null,"totalUsers":150,"participationPercentage":null,"locales":[{"culture":"en-US","title":"Product Feedback Survey"},{"culture":"da-DK","title":"Produktfeedbackundersøgelse"}],"creationDateTime":"2026-01-04T13:17:31.4701594+00:00","lastModifiedDateTime":null},{"id":"f3786c00-8093-4d1f-9369-ae068f1cb16b","name":"Employee Engagement Survey","status":"Published","availableFrom":"2026-01-06T13:17:31","availableFromTimeZone":"UTC","availableUntil":"2026-01-07T13:17:31","availableUntilTimeZone":"UTC","totalUsers":150,"participationPercentage":75.5,"locales":[{"culture":"da-DK","title":"Produktfeedbackundersøgelse"}],"creationDateTime":"2025-12-27T13:17:31.4701594+00:00","lastModifiedDateTime":"2026-01-06T13:17:31.4701594+00:00"}]}
object
  count integer      
  data array[object]      
   availableFrom string      
   availableFromTimeZone string      
   availableUntil string      
   availableUntilTimeZone string      
   creationDateTime datetimeoffset      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    title string      
   name string      
   participationPercentage double      
   status string      
   totalUsers integer      
  nextUrl string      
  previousUrl string