Relesys API Docs

v1.3

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

Filling Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments/{fillingCommentId}
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/fillingComments/{fillingCommentId}
Get the filling comment with ID fillingCommentId
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
moduleId string / guid required
formId string / guid required
fillingCommentId string / guid required
Responses
application/json
JSON
{"data":{"id":"c093ec6a-0fc1-49da-8580-d6d3c3e7adc4","url":null,"fillingId":"1db19032-cac1-4215-b103-04063d06dbda","fillingUrl":null,"userId":"2965520e-34f9-47e4-92eb-8c1c8d8f4538","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-01-21T04:51:15.9950285+00:00","lastModifiedDateTime":null,"medias":[{"id":"dd5e6792-e8df-418b-938b-73ac84c6679c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]}}
object
  data object      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   text string      
   url string      
   userId string / guid      
   userUrl string