Relesys API Docs

v1.3

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

Stage Comments

Get
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments/{stageCommentId}
https://api.relesysapp.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":"b30691fd-aeeb-4e6f-b1ae-b7cb37040195","url":null,"fillingId":"5dc541c5-d441-4729-919c-7b2338d24f63","fillingUrl":null,"stageId":"82df461e-d48e-4f44-a9ba-2093992e946e","stageUrl":null,"userId":"557f16b7-6394-42b5-9cb1-847feb76d893","userUrl":null,"creationDateTime":"2024-11-20T06:36:29.8640257+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