Relesys API Docs

v1.3

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

Stage Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments/{stageCommentId}
https://api.uat.relesystest.net/api/v1.3/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":"efd4ccb4-cdcb-4c60-bdd0-9b8f12f72c57","url":null,"fillingId":"734e8a75-0508-4438-8cd5-57a4a784cda8","fillingUrl":null,"stageId":"851d28db-dd6f-485e-84ca-973a16bfbc61","stageUrl":null,"userId":"9c41af63-3c3f-4daa-97e3-2ce85136b4a6","userUrl":null,"creationDateTime":"2026-01-12T15:04:45.7086687+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