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":"010849fa-4abf-45ae-a06b-c1ae242e9590","url":null,"fillingId":"f0defa0f-4e98-489b-ac5b-d00247dd75d6","fillingUrl":null,"stageId":"16aef3c3-dbd3-4c57-aa22-c0f719c4f6d6","stageUrl":null,"userId":"98165a99-4460-4f08-8428-60e29ad0c20a","userUrl":null,"creationDateTime":"2026-03-12T13:35:23.007736+00:00","lastModifiedDateTime":"2026-03-13T13:35:23.007736+00:00","value":"Stage Comment 1","medias":[{"id":"27e8215e-4518-4181-9b56-239a73661dfa","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"d3bb597e-1348-47d0-9670-e7b13e1b30b4","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"e899b18e-5683-483d-9f76-e8f2adb32a0a","url":null,"fillingId":"f7f51341-c19d-47dc-96a2-b9791a0dfdf9","fillingUrl":null,"stageId":"8ec12339-9a97-4c5e-95cd-fb9c22adafe2","stageUrl":null,"userId":"3e366444-55a3-4910-8c83-d05c6aa27a9e","userUrl":null,"creationDateTime":"2026-03-12T13:35:23.007736+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