Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.uat.relesystest.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":"9eae4e2a-fb70-4bb4-8c0a-ead752742ab0","url":null,"feedbackId":"2287c74a-fd4e-4d72-b770-df3982cf6fb9","feedbackUrl":null,"parentCommentId":"adad1d37-1e08-4206-9566-1b3f6a619e72","parentCommentUrl":null,"userId":"d079cb81-0948-4979-b0d9-5915282c8831","userUrl":null,"creationDateTime":"2026-08-22T00:41:37.9070641+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"4aa33369-c38c-4fc7-9c28-a1beecbe1e9b","url":null,"feedbackId":"1e04becf-d2ac-451c-92c2-7a05967204b1","feedbackUrl":null,"parentCommentId":"c5abdfd4-0e5c-4a63-b586-aacf3c40a69d","parentCommentUrl":null,"userId":"277e26c8-deb8-496d-9055-7ed277254835","userUrl":null,"creationDateTime":"2026-08-22T00:41:37.9070641+00:00","lastModifiedDateTime":"2026-08-23T00:41:37.9070641+00:00","medias":[{"id":"c645dff0-d887-4122-96f6-99aca593c634","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