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":"c1994d61-4fd2-4954-a026-bd36443e4b93","formId":"f0197417-5eaf-4bc4-9ee8-a9264f4d0ffe","fillingId":"6808f205-c9f7-4dc6-a04d-d818b6250c99","stageId":"a5fdee16-070e-49a3-aaf2-45a4ae94bf6d","creationDateTime":"2025-08-18T17:05:28.6795897+00:00","lastModifiedDateTime":"2025-08-19T17:05:28.6795897+00:00","userId":"80ce5351-6d1f-4070-8ee0-49a8f4569a82","value":"Stage Comment 1","mediaIds":[]},{"id":"1163ace2-15c7-4615-95c0-53a11647681b","formId":"126d73ec-8ded-4cec-8583-a7f5e40ec056","fillingId":"0a8cc26c-4f1c-4668-b07b-0a8fb17b113c","stageId":"78687088-770f-41cf-9d96-10be827bde8a","creationDateTime":"2025-08-18T17:05:28.6795897+00:00","lastModifiedDateTime":null,"userId":"7878c520-73c4-4fd4-b73a-0279cfcdfec5","value":"Stage Comment 2","mediaIds":["c660a8d3-62f9-4214-b317-be87bda7dc87","660a242c-22ea-4327-be2d-e4955a57b1a7"]}]}
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