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":"d0bb5eb7-7b7a-43e8-9a69-8d29453e5d01","url":null,"feedbackId":"ac143620-4b9b-485a-8b67-ca615fefb52c","feedbackUrl":null,"parentCommentId":"d10772df-26b5-4a28-98ac-367a026789b2","parentCommentUrl":null,"userId":"646ff6d9-a814-4c55-a8e3-321412caa656","userUrl":null,"creationDateTime":"2026-07-30T20:59:14.0948979+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"8c50233c-64bd-4a82-87f1-1eafef654f9a","url":null,"feedbackId":"38d05a97-3331-4ff6-914a-9d1ab2e82072","feedbackUrl":null,"parentCommentId":"39852087-121b-4a9e-9169-36179250e759","parentCommentUrl":null,"userId":"503fe2cb-e267-4b1d-8140-a1af49f0d198","userUrl":null,"creationDateTime":"2026-07-30T20:59:14.0948979+00:00","lastModifiedDateTime":"2026-07-31T20:59:14.0948979+00:00","medias":[{"id":"6668002c-487f-4b17-bc09-9cad2e76a3fa","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