Relesys API Docs

v1.4

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

Filling Feedback Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments/{fillingFeedbackCommentId}
https://api.uat.relesystest.net/api/v1.4/serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments/{fillingFeedbackCommentId}
Get the filling feedback comment with ID fillingFeedbackCommentId

The culture can be null on old data because the culture was not tracked at that time.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
moduleId string / guid required
formId string / guid required
fillingFeedbackCommentId string / guid required
Responses
application/json
JSON
{"data":{"id":"37d7a305-72c8-4e7d-8ff4-ceff61fc1f5c","url":null,"fillingFeedbackId":"558b01c4-9be0-47e8-98d8-c47a69a02b28","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"411f6ca5-3fff-47c1-9da2-1456fd3edd8e","userUrl":null,"creationDateTime":"2026-06-22T17:41:51.1688491+00:00","lastModifiedDateTime":null,"medias":[{"id":"f0dd3dfc-f0a3-41b9-8201-6c70421a5c72","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}],"locales":[]}}
object
  data object      
   creationDateTime datetimeoffset      
   fillingFeedbackId string / guid      
   fillingFeedbackUrl 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