Relesys API Docs

v1.4

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.relesysapp.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":"b7234f76-1970-4b0a-8b36-124d0b960d85","url":null,"feedbackId":"76f17d0a-747a-4c36-bb08-4e830b34dec6","feedbackUrl":null,"parentCommentId":"82d94428-01ab-4b4e-86eb-67fd388143ae","parentCommentUrl":null,"userId":"1f0bee5f-157c-4ff3-aec9-00c90cf8eb95","userUrl":null,"creationDateTime":"2026-05-30T02:20:15.0276257+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"41ec4b1e-df8a-49ff-afdb-0e323ccf0793","url":null,"feedbackId":"5016bf5d-4c63-441c-be6a-f5f71cd6af89","feedbackUrl":null,"parentCommentId":"c0264917-538b-4f53-af58-c89f75319cc7","parentCommentUrl":null,"userId":"60dd2c25-8671-4623-8e73-f00733c91298","userUrl":null,"creationDateTime":"2026-05-30T02:20:15.0276257+00:00","lastModifiedDateTime":"2026-05-31T02:20:15.0276257+00:00","medias":[{"id":"9d5c270f-e0c5-449f-b72c-6a11fcd43b39","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