Relesys API Docs

v1.4

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

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.uat.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":"c1d11e2e-4eb2-4624-a14c-c1be70fa97e4","url":null,"fillingId":"ae0643f1-b893-4b2d-8d02-71b0d4fc649e","fillingUrl":null,"stageId":"d24800d6-98ac-48fd-b023-aa84ea3f7776","stageUrl":null,"userId":"26b635be-6757-4b5a-ad2a-92df2762270c","userUrl":null,"creationDateTime":"2026-06-22T16:15:54.9930554+00:00","lastModifiedDateTime":"2026-06-23T16:15:54.9930554+00:00","value":"Stage Comment 1","medias":[{"id":"2db2c4f3-517b-4e03-8a9b-688fb61a76b2","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"8f9609bf-b946-4ef3-b5aa-f8528678e0e0","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"b7f0ef90-7ddc-4ede-b5eb-f94e5df99339","url":null,"fillingId":"312cb186-6a5a-46f8-85c2-6fefd35912e3","fillingUrl":null,"stageId":"851e7cc5-6177-4eb6-897b-85385c5581cf","stageUrl":null,"userId":"c8698407-480a-4ad3-b630-ead6f99885b6","userUrl":null,"creationDateTime":"2026-06-22T16:15:54.9930554+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