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":"6d30ace4-0238-4244-97ee-51f4677141f8","url":null,"feedbackId":"7885fb9a-66b2-4198-94e0-c8406774683d","feedbackUrl":null,"parentCommentId":"8e241b47-e206-47d8-96e8-7587a215fde2","parentCommentUrl":null,"userId":"11a75f68-f6a1-4833-858f-57188197573b","userUrl":null,"creationDateTime":"2025-11-02T06:17:46.8375064+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"8cfaeaf3-91ba-4854-a7cd-826ec75e4efa","url":null,"feedbackId":"b418ec09-77a8-4f8d-8aba-e7dfec324b2e","feedbackUrl":null,"parentCommentId":"ec037584-d404-4150-b975-4bf69ef80703","parentCommentUrl":null,"userId":"91d49297-43a4-4dac-a11e-79be5163abe9","userUrl":null,"creationDateTime":"2025-11-02T06:17:46.8375064+00:00","lastModifiedDateTime":"2025-11-03T06:17:46.8375064+00:00","medias":[{"id":"fe40ad02-0088-4bb3-8493-f30f0b66dde6","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