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":"d4253095-7c5e-4942-8415-7a724ad8d4cb","url":null,"fillingId":"1ee4cb1c-7828-4515-8326-da062f0df757","fillingUrl":null,"stageId":"eec620f1-7989-4119-8055-3a04900e92d6","stageUrl":null,"userId":"0ed1b50c-c59b-4947-94e6-b66f9c3afd51","userUrl":null,"creationDateTime":"2025-10-12T19:55:11.1849875+00:00","lastModifiedDateTime":"2025-10-13T19:55:11.1849875+00:00","value":"Stage Comment 1","medias":[{"id":"cd24649c-d45d-4c4d-aec2-3be594437131","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"5854a332-560b-400d-996d-ef3a833c6808","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"fdcf9e5e-be60-4144-a648-9e03c1ae6caa","url":null,"fillingId":"6a24f526-1a81-47a6-b9e9-93b00f188786","fillingUrl":null,"stageId":"79658bf6-981c-4861-a4ff-b3afa0840b05","stageUrl":null,"userId":"137fffb9-9fef-4244-9831-505f7d74727c","userUrl":null,"creationDateTime":"2025-10-12T19:55:11.1849875+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