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":"571cd99e-9f2e-44bc-939b-a4ee1fc192a8","url":null,"fillingId":"44498a38-9a06-4a20-9a7e-dbcac1054115","fillingUrl":null,"stageId":"fbec3ec7-6c97-42c8-9109-ba010bd6e535","stageUrl":null,"userId":"cbfebd23-e3db-42ab-a4ab-e7f323d7963c","userUrl":null,"creationDateTime":"2026-03-09T23:37:44.5019894+00:00","lastModifiedDateTime":"2026-03-10T23:37:44.5019894+00:00","value":"Stage Comment 1","medias":[{"id":"4d6c8d39-6d39-4297-84d2-4f7a256583d2","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a97ae955-4f5e-42bb-bd13-3cdd6f6d8ffe","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"df3a53bd-6b45-40bc-8979-299d6edbd573","url":null,"fillingId":"7cb27d36-a867-4519-92c0-e8ac77b1ab74","fillingUrl":null,"stageId":"158895b5-9e17-48bc-bc04-f8d6f2758fb4","stageUrl":null,"userId":"6f04aff0-06c6-4ea0-a46e-08c762de6345","userUrl":null,"creationDateTime":"2026-03-09T23:37:44.5019894+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