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":"1a3562ba-12cf-4eee-9c6f-9159a013d398","url":null,"fillingId":"12027dd4-a03a-4713-a5e5-0a4208a92234","fillingUrl":null,"stageId":"e777ba0e-4c48-47c0-942c-8149b2505478","stageUrl":null,"userId":"f87ad87f-6aa2-4170-806d-f8fae87c30f7","userUrl":null,"creationDateTime":"2026-04-24T21:33:49.9094458+00:00","lastModifiedDateTime":"2026-04-25T21:33:49.9094458+00:00","value":"Stage Comment 1","medias":[{"id":"3c9af894-90eb-4fef-abd7-aa7a06c7a31c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"dd52c920-95e2-47a7-99b4-0731d292795f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"43ef3ed7-4b4f-4a16-b8d9-8bbf500193f4","url":null,"fillingId":"64753d03-1575-430b-9513-eed63cf134d1","fillingUrl":null,"stageId":"14d891db-16c1-46ae-a79f-3097e79f3045","stageUrl":null,"userId":"224e42fe-0c2c-4330-8e88-cda747f64191","userUrl":null,"creationDateTime":"2026-04-24T21:33:49.9094458+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