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":"4ec4e0e8-4c1f-43ea-a555-466b502dbcc2","url":null,"fillingId":"1fd4fe04-9ba0-4337-8ed9-c6e1d4c7fae1","fillingUrl":null,"userId":"995da972-f987-4e82-9eec-683574363982","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-06-26T13:10:18.9105391+00:00","lastModifiedDateTime":null,"medias":[{"id":"606a5bd4-8bbe-4745-b362-2a6ef8ce3216","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