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":"1592b7e5-beac-49f6-ab52-d0e6a591316c","url":null,"feedbackId":"7a43e045-f620-470c-9eac-5bf9eac9cf9a","feedbackUrl":null,"parentCommentId":"1060b626-2587-4f76-a82e-d9ea9ddf818a","parentCommentUrl":null,"userId":"c7b5c986-0919-49cb-bd03-cc73676e93fc","userUrl":null,"creationDateTime":"2025-08-22T05:28:01.2547827+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"4ce4fe9c-8f45-4cbd-988d-523d2e471677","url":null,"feedbackId":"8707fe6c-217a-469a-9441-58b28ac089cf","feedbackUrl":null,"parentCommentId":"59998888-1c41-403b-8be3-caa4804a79ce","parentCommentUrl":null,"userId":"c5999b15-d2ab-4347-a04a-0c38bcd3b481","userUrl":null,"creationDateTime":"2025-08-22T05:28:01.2547827+00:00","lastModifiedDateTime":"2025-08-23T05:28:01.2547827+00:00","medias":[{"id":"5035c79f-da6a-4e2e-b851-619c965eca77","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