Relesys API Docs

v1.4

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

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.relesysapp.net/api/v1.4/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":"ac8cec61-04c0-4278-8dd2-90c123b385bd","url":null,"fillingId":"486ad795-ffd0-456c-bb95-b6172d0f8b16","fillingUrl":null,"stageId":"3aa109b5-0756-4131-85d3-0fc643e7fd00","stageUrl":null,"userId":"ff783018-06a8-4b2b-8142-3bd67df9dac2","userUrl":null,"creationDateTime":"2026-05-15T04:40:02.1566504+00:00","lastModifiedDateTime":"2026-05-16T04:40:02.1566504+00:00","value":"Stage Comment 1","medias":[{"id":"d8a8396d-a710-411c-bf5b-e645d21049fe","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"eb70eeaa-4e1e-455d-9897-42ede6166a90","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"d3d14f22-9872-41a1-80cf-895bcd41df52","url":null,"fillingId":"3602eab7-f151-452a-bf6f-736b934d43f2","fillingUrl":null,"stageId":"d2ad6554-46b7-4a9c-9220-3977df2f149c","stageUrl":null,"userId":"47fac9a1-35e9-446a-99b2-8a0c10fb70e1","userUrl":null,"creationDateTime":"2026-05-15T04:40:02.1566504+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