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":"86efa894-30a4-4ad4-9d65-b7c49ce99df0","url":null,"feedbackId":"215aa109-1349-4448-82bb-4200c4333a6b","feedbackUrl":null,"parentCommentId":"d483d54a-3a5e-4633-9b8c-154d0a409f90","parentCommentUrl":null,"userId":"486948b5-dcd4-4244-8e82-f9b243ef52ac","userUrl":null,"creationDateTime":"2025-11-08T04:23:30.2700238+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"bae37146-de77-4b43-b284-bfff1f501a7c","url":null,"feedbackId":"05833516-fac8-49b7-9db9-ffad4c09225f","feedbackUrl":null,"parentCommentId":"bed0d1bb-e6d5-43f1-8e50-9d8a9ff030b2","parentCommentUrl":null,"userId":"579a39e8-b9c1-44ff-a122-35edd1531b64","userUrl":null,"creationDateTime":"2025-11-08T04:23:30.2700238+00:00","lastModifiedDateTime":"2025-11-09T04:23:30.2700238+00:00","medias":[{"id":"5a3d59ec-c591-4ba8-9334-d158414b0dd6","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