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":"919dcd75-6a85-4115-bdd1-278f7cdc729f","url":null,"fillingId":"3745d4d0-9a71-41e1-aeff-6d90bbd3e9b8","fillingUrl":null,"userId":"7cab7a32-e5f4-467e-a6a3-475f83b56b9a","userUrl":null,"text":"Comment text example 3","creationDateTime":"2025-04-24T09:20:34.0362885+00:00","lastModifiedDateTime":null,"medias":[{"id":"d4100ed7-b84e-4277-98c2-f5dd652d195d","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