Relesys API Docs

v1.2

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

Filling Feedback Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingFeedbackComments/{fillingFeedbackCommentId}
https://api.relesysapp.net/api/v1.2/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":"d1437677-05d0-4853-8a30-038418933845","url":null,"fillingFeedbackId":"48b3203b-0992-4814-a9b8-9b8c635c5929","fillingFeedbackUrl":null,"parentCommentId":null,"parentCommentUrl":null,"userId":"946ceedf-7341-449d-8f51-f8c363a54956","userUrl":null,"creationDateTime":"2024-04-26T23:14:32.8462605+00:00","lastModifiedDateTime":null,"medias":[{"id":"d0729074-31e2-4243-8777-64635b688cea","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