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":"2e9fbdb2-8910-4d4a-8a80-37db5bfc0f09","url":null,"fillingId":"3152469c-6a49-47b8-9b0e-242156fade3c","fillingUrl":null,"userId":"f83dc7ba-bece-4b95-81c5-4cf49667ef32","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-07-08T23:57:14.5410627+00:00","lastModifiedDateTime":null,"medias":[{"id":"3f305020-3f28-4741-8093-bb427c91668d","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