Relesys API Docs

v1.4

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.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":"dea3ee39-c62f-4e1b-8a38-4a49dcdad3a8","url":null,"feedbackId":"c531a61e-ccce-43c9-bdf7-06604b544a5a","feedbackUrl":null,"parentCommentId":"681c9e7e-15ef-48ca-ab42-c696ae84affb","parentCommentUrl":null,"userId":"353ef9d0-e59a-43c7-9f8c-ad7e21830733","userUrl":null,"creationDateTime":"2026-06-10T19:04:38.4351068+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"1f441f2d-e376-4069-a416-5724f896f8bc","url":null,"feedbackId":"c637082a-40a1-4f61-a61b-8c819088e7c9","feedbackUrl":null,"parentCommentId":"f7d76224-4758-44e8-b506-c46df4d69494","parentCommentUrl":null,"userId":"6964a204-0f28-47b3-9803-a5cc2814d766","userUrl":null,"creationDateTime":"2026-06-10T19:04:38.4351068+00:00","lastModifiedDateTime":"2026-06-11T19:04:38.4351068+00:00","medias":[{"id":"c456eb8f-d42a-4c24-82eb-348b0909f845","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