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":"caa7863d-e0cc-4b57-811e-ea86c02212ff","url":null,"fillingId":"4bdceb9c-46a8-4ce3-aa7b-497de0774435","fillingUrl":null,"userId":"3fc8e5bc-621b-4e0b-95ae-4aa0ee183527","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-07-30T21:00:59.8247105+00:00","lastModifiedDateTime":null,"medias":[{"id":"2d742ff7-b6f4-4717-8234-5115a2eab151","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