Relesys API Docs

v1.4

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

Filling Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments/{fillingCommentId}
https://api.relesysapp.net/api/v1.4/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":"9f28e526-1240-4237-b942-438b7a6d7731","url":null,"fillingId":"05e8d3cb-539e-4447-93ba-5a3a398b762b","fillingUrl":null,"userId":"a3c78177-32a5-4f23-959b-a8aa811cb6c2","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-08-21T22:39:50.2167185+00:00","lastModifiedDateTime":null,"medias":[{"id":"ee952a89-331d-4367-9296-cf495b1a30ab","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