Relesys API Docs

v1.4

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

Filling Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments/{fillingCommentId}
https://api.relesystest.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":"dfe396b3-302f-4d62-802d-9470ad4c6bf8","url":null,"fillingId":"21277ce1-d89e-453b-a96c-25c8bd370f6f","fillingUrl":null,"userId":"78b2eccc-d39c-436c-bbf4-f4ffc4d24a37","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-06-10T19:06:30.6469633+00:00","lastModifiedDateTime":null,"medias":[{"id":"3b8415a4-d468-4eb7-9e95-ac52da29f475","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