Relesys API Docs

v1.3

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

Stage Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments/{stageCommentId}
https://api.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":"2aaad36a-6c60-4d2b-9347-6812d4810318","url":null,"fillingId":"212eb975-1e50-4d04-ae0b-d2c596dc83b5","fillingUrl":null,"stageId":"d0094c55-f479-4359-a87a-2e90b0fe4913","stageUrl":null,"userId":"80a5f2db-c215-48b7-9801-ada4040a94cc","userUrl":null,"creationDateTime":"2026-01-14T15:01:26.7987553+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