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":"2683c6b2-23f8-4e7d-8f47-e94e1c407d13","url":null,"fillingId":"d54a9877-65e0-452d-9df0-a865489101e1","fillingUrl":null,"userId":"1c514b57-1360-4f93-b81d-92ea2238a0f1","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-05-09T16:51:37.7828867+00:00","lastModifiedDateTime":null,"medias":[{"id":"3c4d6ec4-c19f-43e8-82fe-a96d77bd6682","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