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":"854c2396-78bd-443f-b009-4f50b82cd581","url":null,"fillingId":"3fd7fd2e-9b78-4fd2-a52e-adb26f55a7d5","fillingUrl":null,"userId":"f5539221-6f81-42f1-9b46-46ab09c6f08e","userUrl":null,"text":"Comment text example 3","creationDateTime":"2024-09-11T09:54:09.7787797+00:00","lastModifiedDateTime":null,"medias":[{"id":"093e57e1-7bdb-47cc-8fa5-2cf502c3f071","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