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":"0abd8a21-d55d-4547-b4f5-783342a33314","url":null,"fillingId":"5f3b61be-075f-417d-b58e-d7a8ac63c1b9","fillingUrl":null,"stageId":"c7dc4884-7290-4c18-b61a-fd9fd17def8b","stageUrl":null,"userId":"0755353f-cc0e-46fb-b0d4-a0d40f258c4b","userUrl":null,"creationDateTime":"2026-01-27T11:38:37.4845152+00:00","lastModifiedDateTime":"2026-01-28T11:38:37.4845152+00:00","value":"Stage Comment 1","medias":[{"id":"57cf2757-ba81-43c2-91b4-6bd2613e6175","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"233cc809-d0f7-4c50-a0a6-3514d9392429","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"699b429a-7d10-4529-a58f-fc6c0983b6ee","url":null,"fillingId":"8c48602a-ff49-4be3-9321-9de8786ddaca","fillingUrl":null,"stageId":"c6bc5107-ffbd-48d5-813b-53c3c564b2b8","stageUrl":null,"userId":"2b024abf-608a-4609-a95f-99d1f55e0e32","userUrl":null,"creationDateTime":"2026-01-27T11:38:37.4845152+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