Relesys API Docs

v1.3

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

Answer Feedback Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments
https://api.relesysapp.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":"905bb80b-632f-4708-9e9e-e62ee30da7e8","url":null,"feedbackId":"5d5f14e8-0f0d-4937-ad1f-5fef6ad5590d","feedbackUrl":null,"parentCommentId":"274b554b-efb5-4c31-9859-794087c8defd","parentCommentUrl":null,"userId":"d966ac36-5929-4b9a-bf6c-e0778be3d0b7","userUrl":null,"creationDateTime":"2026-01-05T13:15:55.2053459+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"f5f2520c-f0d3-4133-b295-05766af250e1","url":null,"feedbackId":"a2970efe-ac84-4a78-b974-706a7c0c559b","feedbackUrl":null,"parentCommentId":"10771758-e3fa-4ac1-960d-5f82e6a3ed51","parentCommentUrl":null,"userId":"e2d86185-b072-4f64-9d2b-bdf958c72bf7","userUrl":null,"creationDateTime":"2026-01-05T13:15:55.2053459+00:00","lastModifiedDateTime":"2026-01-06T13:15:55.2053459+00:00","medias":[{"id":"a4185d7d-08fa-4e53-b70f-3e8dfdabeea0","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