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":"8943a4f9-d4d6-459f-9c16-116ccd18cff2","url":null,"fillingId":"93954a5c-421e-4253-919e-74bc51984482","fillingUrl":null,"stageId":"d4a866cc-a31b-4b1c-84d1-380431f68e60","stageUrl":null,"userId":"29ab0b26-0c17-4a96-891c-600ecb5d7dd9","userUrl":null,"creationDateTime":"2026-07-20T07:48:38.3981029+00:00","lastModifiedDateTime":"2026-07-21T07:48:38.3981029+00:00","value":"Stage Comment 1","medias":[{"id":"8705d8ff-c7f6-4188-867c-79f697d0e221","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"895cdf49-448a-4acd-a378-1ac52c7379a6","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"22d81ade-c3ff-4753-b0fd-679d7a5ec0b9","url":null,"fillingId":"db4f07c8-8e7b-48b1-8ec1-d189cfe53ce9","fillingUrl":null,"stageId":"65c16786-0632-4927-9c9e-e33b4b97e7d0","stageUrl":null,"userId":"7d82c665-2345-45d1-ac1d-3d267c6188dc","userUrl":null,"creationDateTime":"2026-07-20T07:48:38.3981029+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