Relesys API Docs

v1.4

https://api.relesystest.net/api/v1.4

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.relesystest.net/api/v1.4/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":"4794cb88-d537-4ed6-8c0c-62eee4029228","url":null,"fillingId":"33f9a07f-73bc-4db8-a5d9-232401734923","fillingUrl":null,"stageId":"3723d6f0-49d2-4673-ad72-0f5fe1668c38","stageUrl":null,"userId":"3906bedf-0166-4df2-b54b-13e4ba1e145d","userUrl":null,"creationDateTime":"2026-08-21T23:32:33.1725201+00:00","lastModifiedDateTime":"2026-08-22T23:32:33.1725201+00:00","value":"Stage Comment 1","medias":[{"id":"5e33ce80-2f26-4173-8cdb-21959926576b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"da35e52f-b778-4961-b457-299c9e92d265","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"48b4dd5d-57e1-483f-9cee-b568743a02d2","url":null,"fillingId":"cecb2411-c27c-49a4-9839-4f89e7710c93","fillingUrl":null,"stageId":"56449f88-9a4b-4e1e-95f0-391008cf4da4","stageUrl":null,"userId":"2b9a09c5-6531-4ad5-8414-5be6f14ded6c","userUrl":null,"creationDateTime":"2026-08-21T23:32:33.1725201+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