Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Stages

Get Stage Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/stages/{stageId}/comments
https://api.relesysapp.net/api/v1/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":"80100ae1-c508-48c5-8fac-e39a8eb065ff","formId":"421a7400-8f0b-4ba7-805b-613fd55375bc","fillingId":"95c983a3-911e-4be3-8a44-0e63b62a2be7","stageId":"6e2aa7a8-6421-4402-a267-8be56d973d9c","creationDateTime":"2025-05-01T02:21:08.5080539+00:00","lastModifiedDateTime":"2025-05-02T02:21:08.5080539+00:00","userId":"34f28479-823f-44de-9e37-5bb930e7aed1","value":"Stage Comment 1","mediaIds":[]},{"id":"cdcc9bf3-a05b-4f68-a254-6633a83516b1","formId":"170b7df1-cffb-475a-a33c-9721d4fabdd1","fillingId":"5082b7d1-496d-42f4-95e3-92964f0b9476","stageId":"580119b7-0044-431a-b848-2f88149e42ee","creationDateTime":"2025-05-01T02:21:08.5080539+00:00","lastModifiedDateTime":null,"userId":"b5630b4c-fd7f-43be-90e0-8bcda349f40c","value":"Stage Comment 2","mediaIds":["985932e5-a8c6-40df-8a52-c538c44bb85e","4d8bd842-dba4-471c-9c15-ca682d128766"]}]}
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