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":"0a40ca17-716f-47d9-a77a-74378569378b","url":null,"fillingId":"2a5f6f1d-bb0d-48c1-9850-ae8381b9dfef","fillingUrl":null,"stageId":"66759f16-2e25-4f32-9cbd-04e25c323b55","stageUrl":null,"userId":"e4bdb529-6f99-4b91-a938-ea42497622f5","userUrl":null,"creationDateTime":"2026-06-10T17:59:43.6740706+00:00","lastModifiedDateTime":"2026-06-11T17:59:43.6740706+00:00","value":"Stage Comment 1","medias":[{"id":"3f70ca6c-f3e1-4911-aa6b-becfc59b808f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a241f0b6-1349-4a42-a373-5a5e0026f7c6","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"a6a1e576-4996-4686-bea0-55c8741451eb","url":null,"fillingId":"7d4d20b4-29a6-4f29-b76a-f479890e8407","fillingUrl":null,"stageId":"df6ff5f4-373f-419e-999c-1ccac28493bf","stageUrl":null,"userId":"240833d7-808c-4604-a7ce-e76c2d613650","userUrl":null,"creationDateTime":"2026-06-10T17:59:43.6740706+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