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":"02c57f17-823b-47e7-8d21-28a55eaa7e1f","url":null,"fillingId":"1bd0f44d-88ba-4d3f-8091-abac96b6d757","fillingUrl":null,"stageId":"97d45bdd-17bc-4662-acfc-a7d3e1c170f5","stageUrl":null,"userId":"44bdd9a1-a598-40e9-84f3-3f6f209d6a73","userUrl":null,"creationDateTime":"2026-02-17T17:25:37.5136052+00:00","lastModifiedDateTime":"2026-02-18T17:25:37.5136052+00:00","value":"Stage Comment 1","medias":[{"id":"cc9bc1c6-d0dc-436d-8483-d1fbcbc449b7","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"eb401458-bdd7-4ad6-b2bc-58593dc8c8fa","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"b5d913ab-6134-4a52-8d2a-f4426c5fea4c","url":null,"fillingId":"8cfe7efd-0bc4-45cd-bebc-5459020bacaf","fillingUrl":null,"stageId":"f2f42a51-2b2d-447e-8e3c-f1283a97fd5d","stageUrl":null,"userId":"d7c7a4c5-a8a1-427c-b381-58a13936941d","userUrl":null,"creationDateTime":"2026-02-17T17:25:37.5136052+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