Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Stages

Get Stage Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/stages/{stageId}/comments
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/stages/{stageId}/comments
Get all comments related to the specified stage review with ID stageId.

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
serviceFormId string / guid required
formId string / guid required
stageId 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":"c92eb94d-e21b-4df0-8e51-28973405f1f3","formId":"e8e8b801-03b6-4db1-bb80-d98856efaf59","fillingId":"3ddf002a-76e9-4278-92e5-2e44ffd198bd","stageId":"453d77a4-e685-493f-b834-db4acecd288e","creationDateTime":"2025-06-12T16:40:38.3221712+00:00","lastModifiedDateTime":"2025-06-13T16:40:38.3221712+00:00","userId":"bec2dd97-b076-453b-9721-746c24259a8e","value":"Stage Comment 1","mediaIds":[]},{"id":"a34f79ac-c9e0-4a62-a8b3-fce1b732ed0d","formId":"ba2331c6-8ce8-4973-9dd6-fcb0e8f92aa4","fillingId":"5dc35a4c-ec5b-4499-b95b-718da4cf8e6e","stageId":"618cb080-227f-44e2-bc2b-53433dd1ff24","creationDateTime":"2025-06-12T16:40:38.3221712+00:00","lastModifiedDateTime":null,"userId":"9e5457f4-a54d-4225-b43c-203bb819a42a","value":"Stage Comment 2","mediaIds":["c9883409-7a2b-40ca-bd1c-3f79e49b94a9","5d26961c-1556-472d-9769-0a73e20e180a"]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   formId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   mediaIds array[string / guid]      
   stageId string / guid      
   userId string / guid      
   value string      
  nextUrl string      
  previousUrl string