Relesys API Docs

v1.3

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

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.uat.relesystest.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":"cd1cd2a1-5d43-4b8f-8d19-b3de44d9b8e2","url":null,"fillingId":"4fd5ba9f-6ac7-4cfe-9508-0de724abc1e9","fillingUrl":null,"stageId":"18941448-769c-418d-9b43-7236ef51439b","stageUrl":null,"userId":"7dee346c-a61f-402b-9264-ba96042df5f7","userUrl":null,"creationDateTime":"2026-04-14T18:17:17.715853+00:00","lastModifiedDateTime":"2026-04-15T18:17:17.715853+00:00","value":"Stage Comment 1","medias":[{"id":"27237dd7-57d0-47cf-8a04-4a533bd03a43","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"86a68915-57fc-4533-a9c0-3b98315369a7","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"59e28d74-d8ac-4ec2-8bb9-27c6e9c0eb44","url":null,"fillingId":"ee9961f4-b099-4d36-9f7a-ee8260838f17","fillingUrl":null,"stageId":"2c046c6b-a4f3-432c-9bc6-a39f63cb3d95","stageUrl":null,"userId":"4119d169-6fc0-4ffe-9432-d21f64ffe6f6","userUrl":null,"creationDateTime":"2026-04-14T18:17:17.715853+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