Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Stage Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments/{stageCommentId}
https://api.relesysapp.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":"2fbc34ea-4ce4-4f96-a5dd-b5dbe68f2993","url":null,"fillingId":"08d2c74e-21f0-4833-8de5-a248f1722a3d","fillingUrl":null,"stageId":"ff6100f2-8fb3-446d-8aa5-942c452b5c20","stageUrl":null,"userId":"684807f6-ef63-4dc0-9721-a07d41e7661d","userUrl":null,"creationDateTime":"2026-05-30T02:20:38.6737228+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