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":"87453f15-1a5b-4608-93de-87bddcb2e9b9","formId":"79d30995-be11-4e50-8408-62f389b086ab","fillingId":"3ddeaccd-57aa-4feb-b117-207099aa2c42","stageId":"b2af5ae9-4c8d-4591-9b56-63349bf882e6","creationDateTime":"2025-10-26T19:08:30.484062+00:00","lastModifiedDateTime":"2025-10-27T19:08:30.484062+00:00","userId":"c4f17ccc-474e-43da-a91d-64f7e6394996","value":"Stage Comment 1","mediaIds":[]},{"id":"dcae525a-3e6e-4bb2-bcbc-2dede7b82451","formId":"2bda3a5a-8682-4345-b359-828b6b00b43c","fillingId":"260a6274-cbb1-4e31-b5c2-d134fb20db61","stageId":"30119239-92eb-4e2a-b314-78f2776c94a8","creationDateTime":"2025-10-26T19:08:30.484062+00:00","lastModifiedDateTime":null,"userId":"6d80b261-22f2-4dae-b978-9f41ac22c831","value":"Stage Comment 2","mediaIds":["e625a292-584e-4ef8-9d2d-cdc1bcca94d9","76b25893-4ff7-40a0-bb47-44328e71ee13"]}]}
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