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":"1ec4d6b5-3d9c-4754-9763-96f2202e4baf","url":null,"feedbackId":"bb407760-2f34-4be3-a508-dda394ae09eb","feedbackUrl":null,"parentCommentId":"4344a999-d4d3-4716-b100-4ce435e1b759","parentCommentUrl":null,"userId":"0496dd69-ccda-4865-8e34-b93f80a7696e","userUrl":null,"creationDateTime":"2026-08-21T23:31:48.8028309+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"06c5a51c-fd59-427d-b82e-e2234716c121","url":null,"feedbackId":"bb8fbb5b-c752-4519-a52a-17fdd0a3e335","feedbackUrl":null,"parentCommentId":"92e15ecb-1588-4a5a-a5f9-10b9590bee20","parentCommentUrl":null,"userId":"23ff89ed-b536-43b9-8e09-1063dc70a140","userUrl":null,"creationDateTime":"2026-08-21T23:31:48.8028309+00:00","lastModifiedDateTime":"2026-08-22T23:31:48.8028309+00:00","medias":[{"id":"6d3b531a-64cf-4c11-b986-98eb9496867b","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