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":"800f1a82-3f4c-4074-b14b-051cf17b3201","url":null,"fillingId":"4802a540-0125-4f5f-aa64-9fdbe60293c7","fillingUrl":null,"stageId":"d3195638-df54-481a-bd39-dbacfaca4e82","stageUrl":null,"userId":"64d09458-11b9-4fc6-a022-66516650dd81","userUrl":null,"creationDateTime":"2025-12-12T10:19:58.629549+00:00","lastModifiedDateTime":"2025-12-13T10:19:58.629549+00:00","value":"Stage Comment 1","medias":[{"id":"99885e38-249e-4846-b33b-a10e8ee9a02e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"639e764c-7de8-49a9-8ec4-29e37b38e5d9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"5a5447eb-b023-4bcd-8897-f444533b1fe5","url":null,"fillingId":"6b54b05d-b363-4351-bf52-c12a3ac96eed","fillingUrl":null,"stageId":"9f0dd481-2cd2-4ce2-8aad-0e2fa80e18eb","stageUrl":null,"userId":"453bd5c1-672b-4878-ab6d-711925a5c990","userUrl":null,"creationDateTime":"2025-12-12T10:19:58.629549+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