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":"6ae8f66f-f5fe-4d7b-a7d3-df29170f2281","url":null,"fillingId":"c736a977-95bb-45ed-bd7d-6814675deace","fillingUrl":null,"userId":"fd5c8689-3245-4eb1-9395-21742641df15","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-11-02T06:10:39.7751201+00:00","lastModifiedDateTime":null,"medias":[{"id":"736536f4-dbd8-41d9-bf24-00e9603c433a","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