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":"8d1c1ab5-9d79-4f8e-9f9f-0b4137072c5d","url":null,"feedbackId":"c0ae7bcf-aa0e-4260-ac50-1c362c64d6ab","feedbackUrl":null,"parentCommentId":"c6473846-819b-49b0-9b8f-2cc94130c9ca","parentCommentUrl":null,"userId":"374e15a3-9242-4ec9-9de1-4b215afbefcb","userUrl":null,"creationDateTime":"2026-05-09T23:54:55.9230625+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"0c3aef95-fa5a-4fcc-abf9-03bda31b88ee","url":null,"feedbackId":"581ff80f-38bd-46b6-8f02-3a7457b6802b","feedbackUrl":null,"parentCommentId":"98611d8d-6f04-4b4b-b57b-d1d2e1f7759c","parentCommentUrl":null,"userId":"e620a214-9fbe-447b-8ba2-71b3c6331c07","userUrl":null,"creationDateTime":"2026-05-09T23:54:55.9230625+00:00","lastModifiedDateTime":"2026-05-10T23:54:55.9230625+00:00","medias":[{"id":"2535a91e-2415-40dc-8d52-edc99d66ff4c","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