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":"ff06648d-8893-4eab-9fb7-d204129c9162","url":null,"fillingId":"96461c6c-8223-4611-9d2b-b741c2aa837e","fillingUrl":null,"userId":"4976ce23-8060-4e11-bdfe-b7a9ffc4eeb8","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-03-30T12:37:22.8788767+00:00","lastModifiedDateTime":null,"medias":[{"id":"d5152aae-b102-4d1d-a977-8118cd0e0a21","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