Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

Filling Feedback Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments/{fillingFeedbackCommentId}
https://api.relesysapp.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":"610c5e98-9ae2-4623-83da-678ae709b44c","url":null,"fillingFeedbackId":"22c11129-4e9c-46ec-bae7-c524625008bd","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"c0c5f471-dc88-41c1-83c7-277ab6db2135","userUrl":null,"creationDateTime":"2025-06-26T13:16:57.2160966+00:00","lastModifiedDateTime":null,"medias":[{"id":"49df1b72-9f8d-41b3-9b97-c5f5bd9cafd4","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