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":"d82dc8a9-fc53-4099-99a7-ceeda15d9101","formId":"c4e2f719-0ecf-4916-8544-10c300dda807","fillingId":"f6ecbc87-cb02-44a6-831e-26015978d670","stageId":"fc13a22b-58ae-4fc4-a6a6-334a2ddc5395","creationDateTime":"2025-10-02T19:36:12.7630708+00:00","lastModifiedDateTime":"2025-10-03T19:36:12.7630708+00:00","userId":"e3f0b199-56fd-4400-8648-c6e70e61c770","value":"Stage Comment 1","mediaIds":[]},{"id":"eeb96ee5-242d-412b-8ee9-ad19cec87bce","formId":"2ba54d2f-f867-438d-906c-492ba1bd2efe","fillingId":"c6de643c-6870-495c-b6df-a9b10039a060","stageId":"f7ccf6c8-b8e4-4760-a36b-35d0da48ced4","creationDateTime":"2025-10-02T19:36:12.7630708+00:00","lastModifiedDateTime":null,"userId":"4ff82486-8896-4c56-9e48-d125f1f38a1b","value":"Stage Comment 2","mediaIds":["01ce5cd0-5938-49ef-af8a-ef05aa57a92c","4c12b00d-64d9-40dd-8e86-2dc2eaff3894"]}]}
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