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":"de0a12f7-b2c7-4d22-a673-6a3cbfc645ce","url":null,"fillingId":"9265d1f7-9a0e-4156-9ec4-66cd7536be8b","fillingUrl":null,"stageId":"967748df-009d-4c33-9203-e10ad6e0fb2c","stageUrl":null,"userId":"228aa672-784a-43bf-b536-aa63e915a0a2","userUrl":null,"creationDateTime":"2025-04-24T09:00:08.711905+00:00","lastModifiedDateTime":"2025-04-25T09:00:08.711905+00:00","value":"Stage Comment 1","medias":[{"id":"8249bade-4c52-4e79-9174-b53a2c6536a9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"85a5cf43-1c75-4caa-a5c0-d55a34f43c25","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"a3b068e7-a8bf-434c-9167-6a0fc7edc589","url":null,"fillingId":"0026799e-3e34-4e4d-840f-f271674552a2","fillingUrl":null,"stageId":"2407e9bb-a4da-4f14-8da1-e16fb9fe3973","stageUrl":null,"userId":"1b91caed-d7a5-4f03-831c-47ff51540fa2","userUrl":null,"creationDateTime":"2025-04-24T09:00:08.711905+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