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":"db20396b-94ea-4019-80d3-d59caac898da","url":null,"feedbackId":"76be5cfb-0756-4423-993b-392a74cc01f1","feedbackUrl":null,"parentCommentId":"9958660c-c278-4d50-b3e5-1d7d9bd35743","parentCommentUrl":null,"userId":"3803e35c-b315-4275-abc0-009d7affa029","userUrl":null,"creationDateTime":"2026-09-11T04:10:02.3834309+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"7c0b4300-359a-4119-8d16-ec1f28194a98","url":null,"feedbackId":"e9e57041-fc37-415f-a262-d4411e66c877","feedbackUrl":null,"parentCommentId":"c96f2ee5-2a85-41bb-9692-a79294a9e534","parentCommentUrl":null,"userId":"31d298b1-5697-42c6-9cd3-103ce5ba9f02","userUrl":null,"creationDateTime":"2026-09-11T04:10:02.3834309+00:00","lastModifiedDateTime":"2026-09-12T04:10:02.3834309+00:00","medias":[{"id":"57ef5a0d-38d8-45a8-8b56-09cece8c564b","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