Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.relesysapp.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":"9ba8460c-4cb7-45f9-8f7a-94461f20f463","url":null,"fillingId":"9c06e640-e55f-4bb1-82a9-c90129a0b9e0","fillingUrl":null,"stageId":"b4d2b521-ebf6-40df-a4a1-0de7c0f7eca6","stageUrl":null,"userId":"5b73b4f1-e8c8-488f-bf5f-9af99490c9ba","userUrl":null,"creationDateTime":"2026-09-09T15:23:43.2938552+00:00","lastModifiedDateTime":"2026-09-10T15:23:43.2938552+00:00","value":"Stage Comment 1","medias":[{"id":"9afbe1e7-4b93-4d1d-8d13-e5bb8eaa4f41","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"49b54b81-997a-4139-9165-754b8fd53a66","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"67e97d4f-4ad3-4689-aef2-d8ac283aac88","url":null,"fillingId":"1e497e94-4357-4bf2-8e32-e54aed7fc671","fillingUrl":null,"stageId":"c25d2006-4ff4-4b17-96f6-a3baa823caef","stageUrl":null,"userId":"81c4e994-79e0-4a1d-b378-4c56435a5f98","userUrl":null,"creationDateTime":"2026-09-09T15:23:43.2938552+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