Relesys API Docs

v1.3

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

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/stageComments
Get a list of stage comments for the form with ID formId.

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
Query String
creationDateTime datetimeoffset Filterable Sortable optional
fillingId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
stageId string / guid Filterable optional
userId string / guid Filterable optional
sort string Comma separated sort order based on sortable properties optional
offset integer Offset value for use in pagination Default: 0 optional
limit integer Total objects to fetch (max 1000) Default: 200 optional
Responses
application/json
JSON
{"count":2,"data":[{"id":"6541caa4-b8ce-4afa-af4a-666a8b091f6c","url":null,"fillingId":"8ed32382-0cbd-4349-96dc-ad01cd43f6e2","fillingUrl":null,"stageId":"95aff593-ba3d-4da6-94fb-2b0e66604bea","stageUrl":null,"userId":"9982b766-eda1-4cfc-8d6a-afe3ae2584b3","userUrl":null,"creationDateTime":"2025-11-02T06:15:20.8154169+00:00","lastModifiedDateTime":"2025-11-03T06:15:20.8154169+00:00","value":"Stage Comment 1","medias":[{"id":"677a24c6-10b7-4a77-ac2c-d60583fb72dc","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"53d9142f-9575-4169-ad50-3bf47cb2c3ea","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"3825e94e-7ce1-4b10-bdae-79f0a482644a","url":null,"fillingId":"4e9e335a-3dc6-4cf8-b76a-79116341eb5e","fillingUrl":null,"stageId":"e51e98ec-4bd1-44e8-9b19-addcd5f55506","stageUrl":null,"userId":"ce134819-c2e1-467a-91aa-58308091cd63","userUrl":null,"creationDateTime":"2025-11-02T06:15:20.8154169+00:00","lastModifiedDateTime":null,"value":"Stage Comment 2","medias":[]}]}
object
  count integer      
  data array[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      
  nextUrl string      
  previousUrl string