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":"c4a17c36-54db-466d-b7a0-011f0a1d76d7","url":null,"fillingId":"de8c3add-905f-444f-97b6-b71e324f5745","fillingUrl":null,"stageId":"93d9647f-fab7-4384-badd-8199e3321a8d","stageUrl":null,"userId":"066cc379-455e-4f1c-b7d3-4fcf127b5d5f","userUrl":null,"creationDateTime":"2025-05-15T02:36:53.3234303+00:00","lastModifiedDateTime":"2025-05-16T02:36:53.3234303+00:00","value":"Stage Comment 1","medias":[{"id":"2a9cd44b-6b96-4195-ba71-38923ade9130","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"b5b6981e-6a49-40e8-90ac-15a956bf8800","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"026cfa47-8f8b-4ea8-b5cd-3a8c91fc35a4","url":null,"fillingId":"d8dde81e-4a03-46cf-8a5b-976e6f6abc81","fillingUrl":null,"stageId":"65b9686b-cebd-422a-a222-bf7804d9a72d","stageUrl":null,"userId":"dbd3945d-9b8b-48da-84e0-b2402d5c4b2a","userUrl":null,"creationDateTime":"2025-05-15T02:36:53.3234303+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