Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Filling Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments/{fillingCommentId}
https://api.relesysapp.net/api/v1.4/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":"201c0b61-487a-4a64-aaa0-bbda7a05cca0","url":null,"fillingId":"9c8beef0-2d7b-4618-abe4-b8a4eb59c965","fillingUrl":null,"userId":"9e559764-d6a4-40a3-8148-f245f541c7eb","userUrl":null,"text":"Comment text example 3","creationDateTime":"2026-07-30T22:02:15.4299375+00:00","lastModifiedDateTime":null,"medias":[{"id":"a6cf4b83-9c18-460a-b023-e45d39de2869","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