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":"2954072f-2a7f-4988-88c3-7c09f2404210","url":null,"fillingId":"692dd7ec-3b45-441e-ac10-62ae144bebb0","fillingUrl":null,"userId":"e95114d6-e875-4519-8feb-116330d3c9aa","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-05-15T00:05:01.3060843+00:00","lastModifiedDateTime":null,"medias":[{"id":"1d1285fa-596d-43ed-b30b-bae85f1ce46e","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