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":"f23c3a0c-35b0-4772-8c9f-84cd7f4b59a8","url":null,"fillingId":"e499fe89-3ec4-4ecf-b155-84b83a8cedeb","fillingUrl":null,"userId":"824d8049-84b2-431e-9c86-ab25f21d3fa0","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-08-06T09:17:10.9668253+00:00","lastModifiedDateTime":null,"medias":[{"id":"fa1f3d7f-2813-4c3d-a931-91ae8540606a","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