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":"8dcafd3d-ed09-4f72-a78b-48cc5409fe71","url":null,"feedbackId":"48a1a9bf-d97c-4512-968e-a6a66c9026d1","feedbackUrl":null,"parentCommentId":"c6d25b62-d0dd-437c-88ba-40724a3a6c2a","parentCommentUrl":null,"userId":"0aa635de-5b1f-4bb0-91ad-ff541755f1fe","userUrl":null,"creationDateTime":"2025-11-26T00:45:23.2856999+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":"da-DK","text":"Text example 1"}]},{"id":"fa9cc84b-9361-48ab-b51d-a901649ef9b7","url":null,"feedbackId":"32db6b90-05da-4507-9987-b1d667ee916f","feedbackUrl":null,"parentCommentId":"04e86acd-0808-48a0-aa56-8d46fdd13928","parentCommentUrl":null,"userId":"63b81fab-6755-4806-8ed2-0c6ca7a797ef","userUrl":null,"creationDateTime":"2025-11-26T00:45:23.2856999+00:00","lastModifiedDateTime":"2025-11-27T00:45:23.2856999+00:00","medias":[{"id":"1127b637-2390-4617-a73e-f436c37bbaef","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