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":"0ea81dba-55d5-4367-b5ff-63bbb1cb407e","formId":"419b27a7-a408-4c06-8a84-542597bfd261","fillingId":"a6f6f134-a962-4f5c-9316-5c9da253ad43","stageId":"a6573815-64b5-4a90-8ac7-9bd36200c023","creationDateTime":"2025-07-28T20:45:06.8047674+00:00","lastModifiedDateTime":"2025-07-29T20:45:06.8047674+00:00","userId":"668a5532-209e-4f88-a9a6-12dc8e5e840e","value":"Stage Comment 1","mediaIds":[]},{"id":"8ddc1606-fee5-4c63-81fd-5509aff7fafd","formId":"0f4ca67b-df21-4bf4-92f1-8086f66f2bde","fillingId":"7d1fc87c-08e9-4cc9-bcd6-65d6586995d6","stageId":"23094bdb-f9b7-4faa-85f8-53f863c4192a","creationDateTime":"2025-07-28T20:45:06.8047674+00:00","lastModifiedDateTime":null,"userId":"5a58bb3c-f901-4126-891f-9fd5d5da9f50","value":"Stage Comment 2","mediaIds":["3edc82a6-fe4e-469e-8726-4011d3f4da21","c2dabb74-5f0d-4568-86a4-9c2127513074"]}]}
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