Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Answer Feedback Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments/{answerFeedbackCommentId}
https://api.uat.relesystest.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/answerFeedbackComments/{answerFeedbackCommentId}
Get the answer feedback comment with ID answerFeedbackCommentId.

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
answerFeedbackCommentId string / guid required
Responses
application/json
JSON
{"data":{"id":"24c234b9-f0e8-420a-a0bb-fec9abec5320","url":null,"feedbackId":"7188ef92-6400-45f5-8ec6-cc28f963cbc3","feedbackUrl":null,"parentCommentId":"33d24900-3308-4277-bc7e-94520d34db16","parentCommentUrl":null,"userId":"b79c5f4c-00e1-46e5-a008-69aadfc36911","userUrl":null,"creationDateTime":"2026-01-12T14:56:47.8506084+00:00","lastModifiedDateTime":null,"medias":[],"locales":[{"culture":null,"text":"Text example 4"}]}}
object
  data 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