Relesys API Docs

v1.3

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
Get a list of answer feedback comments for the form with ID formId

Please note: This endpoint is only available if feedback is enabled on the module, the form and on the field itself.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
moduleId string / guid required
formId string / guid required
Query String
creationDateTime datetimeoffset Filterable Sortable optional
feedbackId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
parentCommentId string / guid Filterable optional
userId 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":"f8d1070d-687d-47ff-b19a-0a4d21e8f954","url":null,"feedbackId":"e41c330a-27b4-41eb-818b-71940b268d46","feedbackUrl":null,"parentCommentId":"c3a2a332-a50e-495b-ac84-0ec5bd8f863e","parentCommentUrl":null,"userId":"2703afc6-0173-4f87-ad1c-1fec91c6a39a","userUrl":null,"creationDateTime":"2025-10-12T19:52:49.7370355+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"9c568ce2-920d-4016-a5ac-72279084247e","url":null,"feedbackId":"63452ca4-7f78-4f35-a346-55bd6500a75e","feedbackUrl":null,"parentCommentId":"2993d94c-b8f8-4f53-a8da-892efe72e181","parentCommentUrl":null,"userId":"705a886e-2983-40ac-ae15-fb469b3058d3","userUrl":null,"creationDateTime":"2025-10-12T19:52:49.7370355+00:00","lastModifiedDateTime":"2025-10-13T19:52:49.7370355+00:00","medias":[{"id":"bf8322f9-da32-4b24-adc3-0aa0dba81e70","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}],"locales":[{"culture":"da-DK","text":"Text example 2"},{"culture":"en-GB","text":"Text example 3"}]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   feedbackId string / guid      
   feedbackUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    text string      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   parentCommentId string / guid      
   parentCommentUrl string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string