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":"3c3ef395-792e-4996-9df7-5c76ee997014","url":null,"fillingId":"263b2bcf-1c86-4869-b380-eef49faadc34","fillingUrl":null,"stageId":"42c3f90e-9f7f-4ae0-b8eb-96a889d233cb","stageUrl":null,"userId":"778c8360-a7e6-45a2-81fa-65edb1b70a48","userUrl":null,"creationDateTime":"2026-04-24T23:28:20.9523014+00:00","lastModifiedDateTime":"2026-04-25T23:28:20.9523014+00:00","value":"Stage Comment 1","medias":[{"id":"105de3be-6c31-42c3-ac79-60d520b4a186","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"c22669c8-d1ef-43fc-bba3-35f88a29fdb5","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"6a8b9f0f-fda5-42c9-a4e7-64930d836a28","url":null,"fillingId":"91e5fada-0059-4afd-bc40-46402a233ded","fillingUrl":null,"stageId":"6bfd57e8-1569-4f49-b8ce-9d62f55fccb0","stageUrl":null,"userId":"3badb226-3c06-4667-a10c-1a407bdcce13","userUrl":null,"creationDateTime":"2026-04-24T23:28:20.9523014+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