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":"2092b3a4-409c-4e66-b681-cd44603fa79b","name":"Product Feedback Survey","status":"Published","availableFrom":"2025-11-27T00:47:51","availableFromTimeZone":null,"availableUntil":"2025-11-28T00:47:51","availableUntilTimeZone":null,"totalUsers":150,"participationPercentage":null,"locales":[{"culture":"en-US","title":"Product Feedback Survey"},{"culture":"da-DK","title":"Produktfeedbackundersøgelse"}],"creationDateTime":"2025-11-25T00:47:51.265766+00:00","lastModifiedDateTime":null},{"id":"d4c7f358-a92c-457b-b1b4-82b2aa6ce892","name":"Employee Engagement Survey","status":"Published","availableFrom":"2025-11-27T00:47:51","availableFromTimeZone":"UTC","availableUntil":"2025-11-28T00:47:51","availableUntilTimeZone":"UTC","totalUsers":150,"participationPercentage":75.5,"locales":[{"culture":"da-DK","title":"Produktfeedbackundersøgelse"}],"creationDateTime":"2025-11-17T00:47:51.265766+00:00","lastModifiedDateTime":"2025-11-27T00:47:51.265766+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