Relesys API Docs

v1.4

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.relesysapp.net/api/v1.4/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":"89e0c942-450b-4102-aab2-b6d9cbc21722","url":null,"feedbackId":"9b367e48-f10e-451f-85c4-20d0c8f2790d","feedbackUrl":null,"parentCommentId":"dee6df5a-432d-42bb-8e19-e724f84c474e","parentCommentUrl":null,"userId":"05964553-372d-479b-becc-b0393d721af5","userUrl":null,"creationDateTime":"2026-06-19T05:30:04.9452532+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"3938c045-db35-4dee-8d04-31b440c849c5","url":null,"feedbackId":"f46d082b-8c31-414b-8e4a-c9a7860658dd","feedbackUrl":null,"parentCommentId":"4de5e978-b7a5-47c4-92c1-8aa5e516b5ed","parentCommentUrl":null,"userId":"436743f3-4463-43bc-b57f-9db0d393eaec","userUrl":null,"creationDateTime":"2026-06-19T05:30:04.9452532+00:00","lastModifiedDateTime":"2026-06-20T05:30:04.9452532+00:00","medias":[{"id":"89c89f86-1be9-4909-92cb-4d6405b4700d","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