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":"6681ec8d-d0b0-4ec6-87ba-60b229a47454","url":null,"fillingId":"9927c58c-f11d-40f6-8081-9f11f2fe35f0","fillingUrl":null,"stageId":"13a49aab-2215-42f7-a80b-c815ae01b039","stageUrl":null,"userId":"37718866-aa0b-4cc1-a517-f78e9b219da8","userUrl":null,"creationDateTime":"2024-07-26T08:33:19.298313+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