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":"e59d8651-43e8-477f-805f-2cf516d6c461","url":null,"fillingId":"b5e7b19b-a894-4132-854c-66360fc2136f","fillingUrl":null,"userId":"4778ce56-12d5-47d5-8ff8-de44490c8a55","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-11-08T04:33:46.6147963+00:00","lastModifiedDateTime":null,"medias":[{"id":"e6c8f92f-f4dd-4152-bd2e-3ffa63606146","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