Relesys API Docs

v1.3

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

Filling Feedback Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments/{fillingFeedbackCommentId}
https://api.uat.relesystest.net/api/v1.3/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":"41270c0b-5dd8-4a8b-bf89-b5cd08afd0ed","url":null,"fillingFeedbackId":"16ade6b3-20da-43d0-8cd7-38f72d80d77c","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"0812c154-5b94-4482-ab2a-70dc63fb57ce","userUrl":null,"creationDateTime":"2026-01-12T14:58:55.8564248+00:00","lastModifiedDateTime":null,"medias":[{"id":"274e23dc-e77f-48f2-9e5a-4373dd011e22","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