Relesys API Docs

v1.3

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.relesystest.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":"db6e1bb4-1488-4807-8300-179c1513c590","url":null,"feedbackId":"146dec3a-1a3c-40c3-9bdc-909f1071bcfe","feedbackUrl":null,"parentCommentId":"f237bcdc-fb0a-4745-9169-d8163d18ba06","parentCommentUrl":null,"userId":"0d970ad2-b09c-4750-a2e7-08dab55d7e8d","userUrl":null,"creationDateTime":"2026-01-14T15:01:11.988001+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"26ea5459-5449-4207-8b6b-eb912e118516","url":null,"feedbackId":"1557e040-7c8f-4bd5-a8c1-aaa608115497","feedbackUrl":null,"parentCommentId":"5186c5ce-bd1c-4618-b1ef-8b64b323d844","parentCommentUrl":null,"userId":"adae834d-67e1-42ba-8bf8-deb4f63f5602","userUrl":null,"creationDateTime":"2026-01-14T15:01:11.988001+00:00","lastModifiedDateTime":"2026-01-15T15:01:11.988001+00:00","medias":[{"id":"62dc88fa-006d-4b47-a75c-6fda1ea7b649","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