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":"0a1b6998-7577-4570-ae46-e4d570b38eab","url":null,"fillingId":"5f60fbe5-b71f-4470-bbd0-f04689b844ae","fillingUrl":null,"stageId":"3df5520f-a412-4580-a2ec-be51b441d4c7","stageUrl":null,"userId":"1937bdb3-aa2e-4fe5-bc8e-1e34c93a55c1","userUrl":null,"creationDateTime":"2026-08-09T14:06:01.9715346+00:00","lastModifiedDateTime":"2026-08-10T14:06:01.9715346+00:00","value":"Stage Comment 1","medias":[{"id":"2bf5f2fd-3384-4dd6-9c6a-61f48a772d58","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"504b2765-2ecb-444f-9a07-10f206b23d54","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"06c92fea-1f24-4210-99e5-b953064bd51c","url":null,"fillingId":"c489b3ad-63b5-4e99-9228-246ea1182947","fillingUrl":null,"stageId":"ee355c5a-7df6-45f1-8777-7b90e1cb17d3","stageUrl":null,"userId":"566286f2-27b6-4ac5-bf01-6ec8df1accd0","userUrl":null,"creationDateTime":"2026-08-09T14:06:01.9715346+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