Relesys API Docs

v1.3

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

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.relesystest.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":"a4b96e68-ced1-4718-accd-8a9f8cacfb93","url":null,"fillingId":"87dd00f4-52a3-423d-bf2c-71f782a80fda","fillingUrl":null,"stageId":"0afb10d9-e3a4-4635-991c-e7613e5a1430","stageUrl":null,"userId":"08939706-94f7-48f5-a4c5-4195e6c9c704","userUrl":null,"creationDateTime":"2026-01-14T15:02:25.939773+00:00","lastModifiedDateTime":"2026-01-15T15:02:25.939773+00:00","value":"Stage Comment 1","medias":[{"id":"356715b3-07f1-40a0-adda-9ffbf0e81660","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"965a877e-79ff-485e-8c3e-25e8400b3535","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"d568cf00-9b12-4dad-988f-43af85820d1e","url":null,"fillingId":"841f32e4-62f5-40f8-80e2-c5afe46837e8","fillingUrl":null,"stageId":"da75f5d6-9d7c-4fa4-af53-a179a5534d04","stageUrl":null,"userId":"c0b3f597-b582-4aed-afbf-f391b32507ea","userUrl":null,"creationDateTime":"2026-01-14T15:02:25.939773+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