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":"5f5cd741-696a-468f-b81f-b45c76fd9ad5","url":null,"fillingId":"11cf31de-b74b-4412-b500-f534db4d02f3","fillingUrl":null,"userId":"85c003b9-d584-4fed-a7f5-c87dbe5da4e7","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-11-26T00:50:50.52396+00:00","lastModifiedDateTime":null,"medias":[{"id":"1bda7a0e-e55c-4924-9b58-f7ce4a3ae678","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