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":"d93e2a04-6d51-4de7-a3e6-b0f0f0e6051f","url":null,"fillingId":"a5b807db-38b8-45ab-9ad6-87047bdbef1d","fillingUrl":null,"stageId":"46daef44-1474-4e1e-9824-51788c5eb087","stageUrl":null,"userId":"aa85737a-cd25-42bc-beeb-dc4cad58f999","userUrl":null,"creationDateTime":"2024-09-11T08:23:51.7229686+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