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":"9b38f1c3-ae5e-488f-9483-c6ba782d8b3b","url":null,"feedbackId":"b9b0d5f1-a182-4f70-99b1-8912ab7e1503","feedbackUrl":null,"parentCommentId":"6b9cc1ae-6b37-4c58-b6af-42dbf74e8233","parentCommentUrl":null,"userId":"83afe433-60af-4b88-8e71-be6d17030423","userUrl":null,"creationDateTime":"2026-03-09T23:35:51.1327579+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"62a70fbd-3562-464b-bc2e-8429cf0c2d24","url":null,"feedbackId":"441d9946-1a0d-43d1-bff4-c16fc21c823a","feedbackUrl":null,"parentCommentId":"68a83738-88c0-49bd-955e-507db5ad3b84","parentCommentUrl":null,"userId":"91631903-8d0d-490a-ac7a-8db28bab5372","userUrl":null,"creationDateTime":"2026-03-09T23:35:51.1327579+00:00","lastModifiedDateTime":"2026-03-10T23:35:51.1327579+00:00","medias":[{"id":"d99bd459-62fc-49fa-acf0-c42b69fa386c","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