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":"c433c302-98cc-489b-9427-2519c46b542d","url":null,"feedbackId":"ffec9d25-3083-4c54-bca4-908b013f0134","feedbackUrl":null,"parentCommentId":"08b7c50b-bfdd-4fda-83eb-4e966ff9678a","parentCommentUrl":null,"userId":"e938d659-47a4-46b0-839b-a76ffca1d875","userUrl":null,"creationDateTime":"2026-08-21T22:38:57.3431553+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"2a25dbdc-a7d7-47d9-9280-504ca1c467dc","url":null,"feedbackId":"3d70fff4-9f69-4ae3-a56c-5e997d9ec33d","feedbackUrl":null,"parentCommentId":"4b4fbb92-d65d-4fb6-90d8-306b13ec0f2a","parentCommentUrl":null,"userId":"4ae30878-9fa8-4635-8b9d-5ab6df8e8872","userUrl":null,"creationDateTime":"2026-08-21T22:38:57.3431553+00:00","lastModifiedDateTime":"2026-08-22T22:38:57.3431553+00:00","medias":[{"id":"4fe5acaa-d920-40d8-98ba-d78172b2810e","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