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":"adbf5ccb-35de-40b9-b2bb-654726650c02","url":null,"feedbackId":"0fa7ce84-fdf1-4f5c-acdf-f3f4e365ba52","feedbackUrl":null,"parentCommentId":"38a32bd5-a037-44f8-a6d6-2c698709ea03","parentCommentUrl":null,"userId":"00f01c86-ef44-4dcd-9a27-81a1a727562f","userUrl":null,"creationDateTime":"2026-06-10T17:57:56.0372771+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"32077a42-0743-4233-9523-a69a0c7c1936","url":null,"feedbackId":"6420ee28-2ac5-4e53-9bdf-d22ac190dae9","feedbackUrl":null,"parentCommentId":"9877b960-04b5-456d-b990-a4ba337ff2a1","parentCommentUrl":null,"userId":"e36bf2b5-d002-4162-9311-5953b6454d51","userUrl":null,"creationDateTime":"2026-06-10T17:57:56.0372771+00:00","lastModifiedDateTime":"2026-06-11T17:57:56.0372771+00:00","medias":[{"id":"3980db58-715e-4e5a-af4b-a988165dd55b","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