Relesys API Docs

v1.3

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

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/stageComments
Get a list of stage comments for the form with ID formId.

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
moduleId string / guid required
formId 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":"e7e0b059-fee4-43a6-8366-85a1aa871a75","url":null,"fillingId":"9ecddf96-de93-4a7c-b557-24efb9c2c226","fillingUrl":null,"stageId":"387d9d9a-0fc9-43c1-9b91-90f9a13fa52d","stageUrl":null,"userId":"8f037c24-736f-46df-b159-c36bd213eea2","userUrl":null,"creationDateTime":"2025-07-09T10:37:44.0757708+00:00","lastModifiedDateTime":"2025-07-10T10:37:44.0757708+00:00","value":"Stage Comment 1","medias":[{"id":"90466108-8408-465b-aa13-fdefed230931","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"80b166b7-b536-46c0-92d7-85e8bcbcbfed","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"df66f4ad-4b2d-41af-b047-505b8613df6f","url":null,"fillingId":"dd06c5b8-e481-4e31-a5a8-81e113355235","fillingUrl":null,"stageId":"1f09e169-6a05-4d6f-b437-b864e324f674","stageUrl":null,"userId":"0b6c6ae8-4b69-4fbb-acb3-dea755640944","userUrl":null,"creationDateTime":"2025-07-09T10:37:44.0757708+00:00","lastModifiedDateTime":null,"value":"Stage Comment 2","medias":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   stageId string / guid      
   stageUrl string      
   url string      
   userId string / guid      
   userUrl string      
   value string      
  nextUrl string      
  previousUrl string