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":"d92d4704-29de-4449-bd01-c9755cae483e","formId":"5d2f83a2-c967-4a28-bff7-0b5ab2d4ea23","fillingId":"4fa168fd-8fd2-43ce-b46f-e9d3a73cce4b","stageId":"e24e1d13-119f-46b2-8957-3a02bd39b4b6","creationDateTime":"2025-07-03T04:15:17.4533209+00:00","lastModifiedDateTime":"2025-07-04T04:15:17.4533209+00:00","userId":"06d91356-f782-43a5-b0c8-24051765c8fd","value":"Stage Comment 1","mediaIds":[]},{"id":"15ffee7c-799f-41fa-89ad-87840079f9ac","formId":"2e9ad9d4-09fa-419a-8938-90b59907129b","fillingId":"5584c5ef-f476-47cf-9de5-a94f5f5ab78b","stageId":"48eb487e-cb70-4936-b9a0-0d60420120c5","creationDateTime":"2025-07-03T04:15:17.4533209+00:00","lastModifiedDateTime":null,"userId":"cb812c8c-b99a-4592-b0f2-15b7ebbb6e3f","value":"Stage Comment 2","mediaIds":["202f264b-2b40-46ba-9556-3e089958614e","5dd007ba-bad9-444e-aa1d-1db9221601c8"]}]}
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