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":"5dde9ab2-dfa4-4113-9b60-cb667315f69b","url":null,"fillingId":"9e51e7b1-fe9c-4232-aebe-3369a0831080","fillingUrl":null,"stageId":"77c2ab7e-8da1-4cc6-99f4-d6b86e1e701b","stageUrl":null,"userId":"da4949c1-c771-4d8f-96be-9116c50a65ed","userUrl":null,"creationDateTime":"2026-06-04T18:15:30.3719272+00:00","lastModifiedDateTime":"2026-06-05T18:15:30.3719272+00:00","value":"Stage Comment 1","medias":[{"id":"377180d8-b3c2-4580-ad91-adbc3266d3b6","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"9dc47d03-4c59-4310-8771-15ba0347be12","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"706d52cd-d3d8-40db-9a33-75acc59bf521","url":null,"fillingId":"aee60ad1-d142-4bff-a915-a8b3c9274292","fillingUrl":null,"stageId":"cafa747d-ff0f-4be4-b249-fee98c9bc0e1","stageUrl":null,"userId":"33f303da-e5e9-47d0-b503-a1c6dc492574","userUrl":null,"creationDateTime":"2026-06-04T18:15:30.3719272+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