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":"a6536ece-c173-4ffc-80b2-3deb4fe10549","url":null,"fillingId":"0678f8ca-c561-4ddd-9b51-aa3cc2434aaa","fillingUrl":null,"stageId":"ba8b2104-78e4-43f5-abab-f361741f188f","stageUrl":null,"userId":"875ea837-faa1-4a82-8d6b-617163f95ad2","userUrl":null,"creationDateTime":"2025-11-08T03:54:56.0507376+00:00","lastModifiedDateTime":"2025-11-09T03:54:56.0507376+00:00","value":"Stage Comment 1","medias":[{"id":"86e3c78b-660e-4673-a446-c9d8a5cf8776","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f5bb1275-6cfd-4100-963b-2d1c494a1ca9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"341cc738-a75d-454d-b615-c3493b9cd277","url":null,"fillingId":"4a268c23-ad29-4a2c-b77c-8aa0e87d4789","fillingUrl":null,"stageId":"28d3c642-418b-45dc-b44b-9380f7461f28","stageUrl":null,"userId":"3e32d8e9-cbc5-4d3a-a090-65efcba9a50a","userUrl":null,"creationDateTime":"2025-11-08T03:54:56.0507376+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