Relesys API Docs

v1.3

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

Questions

List
GET /surveymodules/{moduleId}/surveys/{surveyId}/questions
https://api.relesysapp.net/api/v1.3/surveymodules/{moduleId}/surveys/{surveyId}/questions
Get a list of questions for survey with surveyId in a module with moduleId.
Default sorting is by sortOrder in ascending order.
Question types:
  • Multiple Choice
  • Scale
  • Text
  • Video / Picture / Info
  • Employee Net Promoter Score
sentimentAnalysisEnabled can be set only if Tracking Survey feature is enabled for the account and survey type is Survey. This option is available exclusively for question type Text.
For the answerOptions field: value represents the numerical weight assigned to an answer option, ensuring all question scales are evaluated consistently. Available for questions in a module with Survey type only.
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
creationDateTime datetimeoffset Filterable Sortable optional
driver string Filterable Sortable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
maxSelectedOptions integer Filterable Sortable optional
name string Filterable Sortable optional
point integer Filterable Sortable optional
questionType string Filterable optional
sentimentAnalysisEnabled boolean Filterable Sortable optional
sortOrder integer 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
Responses
application/json
JSON
{"count":2,"data":[{"id":"d0182715-1840-482f-afbc-ecc89099728c","questionType":"Scale","name":"Employee Satisfaction","sortOrder":1,"media":null,"maxSelectedOptions":1,"point":10,"driver":null,"restrictedToUserGroups":[{"id":"f8a03256-e925-425a-821e-f503f9522d5e","name":"HR"},{"id":"760c7606-dcff-47d9-9b9a-03a3e7deb8bc","name":"Managers"}],"sentimentAnalysisEnabled":true,"locales":[{"culture":"en-US","questionText":"How satisfied are you with your job?"}],"answerOptions":[{"id":"d2ec7c80-4739-40f5-b85e-73c16db77941","sortOrder":1,"answerType":"Open","isCorrectAnswer":false,"value":1.0,"creationDateTime":"2025-10-09T03:21:59.7093372+00:00","locales":[{"culture":"en-US","answerText":"1"},{"culture":"da-DK","answerText":"1"}]},{"id":"5bc54cc1-34f6-4f50-b260-4da36f15487d","sortOrder":2,"answerType":"Closed","isCorrectAnswer":false,"value":2.0,"creationDateTime":"2025-10-09T03:21:59.7093372+00:00","locales":[{"culture":"en-US","answerText":"2"},{"culture":"da-DK","answerText":"2"}]}],"creationDateTime":"2025-10-09T03:21:59.7093372+00:00","lastModifiedDateTime":"2025-10-16T03:21:59.7093372+00:00"},{"id":"3cfca395-48cb-43da-86a0-2e93b704dc0a","questionType":"Multiple Choice","name":"Product Knowledge","sortOrder":2,"media":{"id":"551ce478-5594-4315-9cf3-77eec1514325","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},"maxSelectedOptions":2,"point":20,"driver":"Knowledge","restrictedToUserGroups":null,"sentimentAnalysisEnabled":null,"locales":[{"culture":"en-US","questionText":"Which features are included in our premium plan?"},{"culture":"da-DK","questionText":"Hvilke funktioner er inkluderet i vores premium-plan?"}],"answerOptions":[{"id":"744a7dc3-d657-44ee-b420-3ffc1a8ab65c","sortOrder":1,"answerType":"Open","isCorrectAnswer":true,"value":1.0,"creationDateTime":"2025-10-14T03:21:59.7093372+00:00","locales":[{"culture":"en-US","answerText":"Feature A"},{"culture":"da-DK","answerText":"Funktion A"}]},{"id":"e994606b-1103-4c8f-ad47-b56f4f86e8dc","sortOrder":2,"answerType":"Closed","isCorrectAnswer":false,"value":2.0,"creationDateTime":"2025-10-14T03:21:59.7093372+00:00","locales":[{"culture":"en-US","answerText":"Feature B"},{"culture":"da-DK","answerText":"Funktion B"}]}],"creationDateTime":"2025-10-14T03:21:59.7093372+00:00","lastModifiedDateTime":null}]}
object
  count integer      
  data array[object]      
   answerOptions array[object]      
    answerType string      
    creationDateTime datetimeoffset      
    id string / guid      
    isCorrectAnswer boolean      
    locales array[object]      
     answerText string      
     culture string      
    sortOrder integer      
    value double      
   creationDateTime datetimeoffset      
   driver string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    questionText string      
   maxSelectedOptions integer      
   media object      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   name string      
   point integer      
   questionType string      
   restrictedToUserGroups array[object]      
    id string / guid      
    name string      
   sentimentAnalysisEnabled boolean      
   sortOrder integer      
  nextUrl string      
  previousUrl string