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":"2a0a8b2e-e71b-4284-8e27-35e58f984485","formId":"8444ce5d-df05-4d0e-90c5-e6384886ac2e","fillingId":"3fd228a4-f814-4f86-881b-41980602c483","stageId":"908c4b43-957d-4239-a93d-66c5856d00f7","creationDateTime":"2025-09-10T21:50:50.5219068+00:00","lastModifiedDateTime":"2025-09-11T21:50:50.5219068+00:00","userId":"d1b15c39-ff0c-4e81-b590-0a8607874ee9","value":"Stage Comment 1","mediaIds":[]},{"id":"798efbf4-657b-41e2-9114-036a3e0edd76","formId":"31b0430a-5cb8-4729-8aa8-97d4b374e111","fillingId":"08e79b7c-7bdd-4196-b6db-2bed96179b0a","stageId":"3898f53f-b884-42ce-ae5a-f64d55d220de","creationDateTime":"2025-09-10T21:50:50.5219068+00:00","lastModifiedDateTime":null,"userId":"9727495d-a910-4378-a9fe-87e94475d3f5","value":"Stage Comment 2","mediaIds":["c24461a7-f4bd-4010-9ce0-fbd18678b561","43869639-bd58-4810-a294-4c26db6bb36c"]}]}
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