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":"6d11ba77-cd45-41db-88ba-d6b0de211d4e","url":null,"fillingId":"b993a1d7-28cf-4e31-bdb5-aa095a418222","fillingUrl":null,"userId":"5be20f09-0bd0-45aa-9592-7a8057645a41","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-08-26T15:39:02.5079473+00:00","lastModifiedDateTime":null,"medias":[{"id":"b587383e-5f05-4b66-8188-939abf76aabd","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