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":"79cfbf56-d975-4e37-b64a-cd814fc22002","url":null,"fillingId":"e0da9dce-4a76-4679-9663-53b5bcd314ce","fillingUrl":null,"userId":"eaf999cc-4c60-4d1d-9d60-d818223e0922","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-03-03T11:07:00.6766282+00:00","lastModifiedDateTime":null,"medias":[{"id":"d3997023-d799-4fcc-a465-1885007f5887","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