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":"c0bcd0bd-b677-49da-aa32-e28f41211a8e","url":null,"fillingId":"75e89dbc-3be9-46c4-ae11-4838b0ef34b6","fillingUrl":null,"userId":"60bf1bf3-dc4e-4f4f-b0a5-e8d603962296","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-06-18T21:11:36.2574564+00:00","lastModifiedDateTime":null,"medias":[{"id":"a548cdc4-7348-43a0-8ae5-5a46c5aa3eb1","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