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":"4d0a45a1-f8bb-47f8-9654-24413afe51fa","url":null,"feedbackId":"220f160d-d978-4aa0-b75e-50d486a85edc","feedbackUrl":null,"parentCommentId":"c93244e2-1f53-4218-a339-15cfc07a3799","parentCommentUrl":null,"userId":"28b8a3fd-da5e-4e31-a1fd-9a86abfc6245","userUrl":null,"creationDateTime":"2026-06-19T04:18:45.5041491+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"05c8ed21-f074-469b-a728-8a49ca315e6c","url":null,"feedbackId":"8c2ed582-76d7-4127-9365-76125cbf0964","feedbackUrl":null,"parentCommentId":"dd28f897-293a-4f5a-bd78-ebe69d7b38b3","parentCommentUrl":null,"userId":"4ab875fb-5e1f-4556-b742-a19e62c52557","userUrl":null,"creationDateTime":"2026-06-19T04:18:45.5041491+00:00","lastModifiedDateTime":"2026-06-20T04:18:45.5041491+00:00","medias":[{"id":"111d1ab2-4b95-4c18-a56b-c8e715676672","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