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":"a6603d1e-4fdb-4d97-ad31-85a3f4f15005","url":null,"fillingId":"87c77146-8acf-4249-ba73-609d80f99d75","fillingUrl":null,"stageId":"d1ecc6c3-cc0d-42d8-92a9-003b1ac02cf7","stageUrl":null,"userId":"456319d8-a455-4e89-8564-96b68a8fbb4d","userUrl":null,"creationDateTime":"2026-07-09T07:18:07.9895007+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