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":"ee9a321e-4245-4a4c-b7b1-720cb7e5320e","url":null,"fillingFeedbackId":"e26898c8-b8c4-4b4b-b4b9-313ee00d6351","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"e2875ca5-8b39-4238-8dc6-bad9d82d4e9f","userUrl":null,"creationDateTime":"2025-04-29T09:48:05.2527615+00:00","lastModifiedDateTime":null,"medias":[{"id":"cf1b7207-6ea3-4770-a7fe-4c4d461651af","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