Relesys API Docs

v1.4

https://api.relesystest.net/api/v1.4

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.relesystest.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":"9410e5b8-6f1f-4efb-970c-f6e56215cdb6","url":null,"fillingId":"b7939d38-4392-43e1-9d2c-54a88e41b7a9","fillingUrl":null,"stageId":"f238bf6c-756e-4f5f-84cc-4312520e76a9","stageUrl":null,"userId":"411e9248-8e8f-469a-b60f-7fa97989fde6","userUrl":null,"creationDateTime":"2026-06-10T19:06:09.2066727+00:00","lastModifiedDateTime":"2026-06-11T19:06:09.2066727+00:00","value":"Stage Comment 1","medias":[{"id":"cf997a40-49eb-48b1-b7a4-caa9b2df1170","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"40b39917-444b-4c6a-9ef1-860772a7b77d","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"8a76d231-466e-4439-b210-5cd44b57887b","url":null,"fillingId":"162b3d3d-79c6-4195-b0ff-53d0f7ba5381","fillingUrl":null,"stageId":"a4e8fa48-8844-439d-a49f-292ab96d497f","stageUrl":null,"userId":"d3abb95d-33b1-4268-b0f6-10bb500c78c9","userUrl":null,"creationDateTime":"2026-06-10T19:06:09.2066727+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