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":"021f956a-4c45-47e7-b7a9-eaf02031143e","url":null,"fillingId":"9712818a-4257-45aa-ad78-0981158c4113","fillingUrl":null,"stageId":"cd82a4fd-4c59-41a8-bdeb-d42912928f14","stageUrl":null,"userId":"9c5c509c-4b79-4be9-a172-8be765ce4c20","userUrl":null,"creationDateTime":"2025-07-03T02:08:20.0267621+00:00","lastModifiedDateTime":"2025-07-04T02:08:20.0267621+00:00","value":"Stage Comment 1","medias":[{"id":"6c2e263e-92ff-48b3-aee1-32e63711db4c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"c7df9809-105a-48ab-b5ee-86ae445a0cfd","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"15295f21-92b2-470e-a070-8854aa1f23fb","url":null,"fillingId":"685f8219-f290-4ede-a926-cde52a970248","fillingUrl":null,"stageId":"0bbb6b50-3a58-4f40-af7c-17795d1603ca","stageUrl":null,"userId":"49b3beeb-13f3-4a98-9952-d53334a7f273","userUrl":null,"creationDateTime":"2025-07-03T02:08:20.0267621+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