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":"40b60aa2-4e88-411b-9efb-9971a2b98f20","formId":"f858a896-6d65-44d2-b4cc-49556b1a28b0","fillingId":"33c1c1bb-66b1-42da-b7d9-2a6fe145888b","stageId":"7f539893-e29d-4a67-ab4a-475a1468f1ae","creationDateTime":"2025-11-21T00:56:18.7808886+00:00","lastModifiedDateTime":"2025-11-22T00:56:18.7808886+00:00","userId":"e16ea82e-906b-41aa-bba1-45f8f0b7c44d","value":"Stage Comment 1","mediaIds":[]},{"id":"67d8397d-b5fb-4a33-9fba-3fc85f7d1f87","formId":"ea46d759-8640-4651-b990-16c3abd17aa4","fillingId":"2bb5bd1b-f120-413e-94d3-e0e0e16d6c47","stageId":"4f6c486e-b1b5-45cc-ac26-fcaa08d5edb2","creationDateTime":"2025-11-21T00:56:18.7808886+00:00","lastModifiedDateTime":null,"userId":"67d9e660-b004-42bc-8409-b8e5cceba906","value":"Stage Comment 2","mediaIds":["c64d06e9-1f95-4e11-9d27-7984cc350083","86439d54-e112-4a7d-bfba-db8b60ae6e18"]}]}
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