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":"4ae2bea5-6928-47fa-8d09-f08612bc348c","url":null,"fillingId":"c40a13cf-d987-4752-b13d-746bdd46022a","fillingUrl":null,"stageId":"1b20bac7-5323-494c-8c0d-db9eec4ea4cc","stageUrl":null,"userId":"0167341c-27ea-43fb-8c5e-981b28d7c071","userUrl":null,"creationDateTime":"2025-08-22T05:29:16.1815218+00:00","lastModifiedDateTime":"2025-08-23T05:29:16.1815218+00:00","value":"Stage Comment 1","medias":[{"id":"a3e9788d-1310-43da-9415-970a0f5bfa39","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"7d8ba4e2-e8c9-4f35-aaa7-1a33b20e3223","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"33e20167-561b-4156-bd11-18c61d9d41fa","url":null,"fillingId":"00191fbf-cf6e-47dc-8bd9-a8c860050298","fillingUrl":null,"stageId":"af89341c-55eb-493e-a880-63c63ea073f8","stageUrl":null,"userId":"8f99124b-7712-4e7a-ba76-5069fbd42010","userUrl":null,"creationDateTime":"2025-08-22T05:29:16.1815218+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