Relesys API Docs

v1.4

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

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.relesysapp.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":"3106d8f1-2fa5-42b4-8728-c97f00b8784f","url":null,"fillingId":"3d9afa2c-42ed-4eb1-819b-12dbec3f5fe4","fillingUrl":null,"stageId":"91daf410-b7fc-4870-84fc-2659f85a5221","stageUrl":null,"userId":"f8f52e40-073c-4a4f-8227-c6ec04582c8f","userUrl":null,"creationDateTime":"2026-06-11T17:35:01.2195835+00:00","lastModifiedDateTime":"2026-06-12T17:35:01.2195835+00:00","value":"Stage Comment 1","medias":[{"id":"59c19c80-19d7-478a-ae61-59540daa5e80","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"35dcdcee-0b25-4404-b937-34fc7ee6e4c1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"86565f17-220a-4b9f-a4a1-7f66f7e54928","url":null,"fillingId":"d1533bed-fc84-4dfa-af64-9a38ecf09628","fillingUrl":null,"stageId":"773ec350-94d2-474e-91de-e7ba4677cc95","stageUrl":null,"userId":"5b0ffd66-f170-4785-a5a5-6194bf924cc3","userUrl":null,"creationDateTime":"2026-06-11T17:35:01.2195835+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