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":"91e2bcd7-9b0d-4c5b-ab45-fb2aab7729bc","url":null,"fillingId":"a0e2efe5-2c2e-4323-acdd-d45e34363d84","fillingUrl":null,"userId":"f552230d-9e7c-4cec-9255-a2147e58aa0c","userUrl":null,"text":"Comment text example 3","creationDateTime":"2024-11-20T06:37:20.7905395+00:00","lastModifiedDateTime":null,"medias":[{"id":"441cda0f-d0aa-4e0e-9c8c-49b169e2639d","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