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":"fda365ae-2341-4d59-8aef-3fafe5c21048","url":null,"fillingId":"970b1add-05c6-45fc-a2eb-41843d1c1a68","fillingUrl":null,"stageId":"384594a3-341b-48f3-ae49-7945616e351b","stageUrl":null,"userId":"d179f8d9-7639-4ea8-8ace-67d6bd597b2b","userUrl":null,"creationDateTime":"2026-04-04T16:13:50.3422691+00:00","lastModifiedDateTime":"2026-04-05T16:13:50.3422691+00:00","value":"Stage Comment 1","medias":[{"id":"5af37edc-61ce-4472-b81f-583b7abe2eb1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"17ba2b19-3bf9-4bb2-aa00-21e3f2f79d47","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"20ae6477-99a1-4a11-8ac1-155dd406e983","url":null,"fillingId":"d56bac85-5bd3-46ec-953e-716aacaa08ca","fillingUrl":null,"stageId":"bb61edea-5c2b-4561-b546-4b387b345192","stageUrl":null,"userId":"9e938572-96b7-4833-bdfe-c36eb10f27a6","userUrl":null,"creationDateTime":"2026-04-04T16:13:50.3422691+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