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":"db3735d3-6626-417d-a11a-ee6594a510a1","url":null,"fillingId":"04688fb9-1c40-44a5-8401-b749d7fb97ac","fillingUrl":null,"stageId":"ea6c29f3-f2c5-43f4-be51-811002e0348d","stageUrl":null,"userId":"2999a825-e228-4bdc-9ca1-b158c27c8f2e","userUrl":null,"creationDateTime":"2026-05-15T05:33:57.1843764+00:00","lastModifiedDateTime":"2026-05-16T05:33:57.1843764+00:00","value":"Stage Comment 1","medias":[{"id":"ace54de9-b7e5-4115-b116-20e47f0ec01b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ca9b9766-78c6-4fd3-a10d-cb82e7575f97","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"513902bf-46b8-46d7-a760-b2d665d976b6","url":null,"fillingId":"7cdfa4b5-b77c-4c23-9b13-489bf1abb7e1","fillingUrl":null,"stageId":"924537e9-0355-449b-bfbc-ee29f9ff93e3","stageUrl":null,"userId":"11351d85-c5c1-4c95-bb8e-95835f896122","userUrl":null,"creationDateTime":"2026-05-15T05:33:57.1843764+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