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":"72a76bcf-fcbd-42d4-b31b-07967fb4498f","formId":"fa79f8ef-d59d-4c70-9763-b5ab884720aa","fillingId":"9f64e23b-14c2-43fa-9e26-9dbb020f3ab7","stageId":"421a7153-e552-477d-a03b-9f5e9cc51bec","creationDateTime":"2025-10-26T21:27:58.3081857+00:00","lastModifiedDateTime":"2025-10-27T21:27:58.3081857+00:00","userId":"9b36a346-5fb0-44fe-8682-86639e6104d5","value":"Stage Comment 1","mediaIds":[]},{"id":"35034466-69f9-4413-8212-8908db4775a9","formId":"ce355600-49e2-4a54-9151-de5557b22fab","fillingId":"e5b40778-482b-44a2-b102-29cb7581608f","stageId":"b55fbbd1-38c7-4c41-967c-d58db7119d52","creationDateTime":"2025-10-26T21:27:58.3081857+00:00","lastModifiedDateTime":null,"userId":"44d0dc49-7b3f-4733-b3d8-3b240272cae7","value":"Stage Comment 2","mediaIds":["660c4491-a7c2-4229-b086-6eb25646f225","d5552236-dc35-4e6c-92fb-0c2cf9bfb5e3"]}]}
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