Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Filling Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments/{fillingCommentId}
https://api.uat.relesystest.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":"1b5c1e05-4b81-44f0-a09a-7a52bc9eb0a2","url":null,"fillingId":"ddaa044d-f714-49ef-ae68-2f45ecfceac6","fillingUrl":null,"userId":"bf60800e-e958-4c75-ae4f-a2ecabfacc2b","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-01-12T14:58:51.8477171+00:00","lastModifiedDateTime":null,"medias":[{"id":"28254dc0-3f3f-499f-b16e-b51f55c46c93","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