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":"c98f37a0-bb23-46d3-adfa-ea6f2d82d6ce","url":null,"fillingId":"1be00882-4edf-484a-a827-80958eed2314","fillingUrl":null,"userId":"d6eba588-52d7-4abe-bac6-82fc470dbead","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-03-07T04:48:31.5752349+00:00","lastModifiedDateTime":null,"medias":[{"id":"701b6e16-bfce-4b50-8759-f79c3c93cfc4","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