Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Stage Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments/{stageCommentId}
https://api.uat.relesystest.net/api/v1.4/serviceformModules/{moduleId}/forms/{formId}/stageComments/{stageCommentId}
Get the stage comment with ID stageCommentId.

Please note: This endpoint is only available if stages are enabled on the service form module.
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
moduleId string / guid required
formId string / guid required
stageCommentId string / guid required
Responses
application/json
JSON
{"data":{"id":"35c6634a-aabc-49ff-8f4e-b399d590b082","url":null,"fillingId":"9dbe2cc6-6f3c-4670-ad44-cc09c64a4a1c","fillingUrl":null,"stageId":"deea1173-c7eb-4d99-b645-3e68486d3e47","stageUrl":null,"userId":"a1516ab3-50e1-4e48-b00c-a5163786c7d4","userUrl":null,"creationDateTime":"2026-06-22T16:15:26.1481892+00:00","lastModifiedDateTime":null,"value":"Stage Comment 3","medias":[]}}
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      
   stageId string / guid      
   stageUrl string      
   url string      
   userId string / guid      
   userUrl string      
   value string