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":"c3aacddf-2584-4d96-99bc-e9bd850bb138","url":null,"fillingId":"d6edf23a-4858-4d51-8ac0-fbda6b6b4b9b","fillingUrl":null,"stageId":"99b5f505-da03-49b3-9842-172e6866c426","stageUrl":null,"userId":"d49ba28b-d5ef-4f65-9193-d286fb8ac17b","userUrl":null,"creationDateTime":"2026-08-30T06:04:44.9311262+00:00","lastModifiedDateTime":"2026-08-31T06:04:44.9311262+00:00","value":"Stage Comment 1","medias":[{"id":"6000c8c5-601b-439a-9928-b41a46ff3c45","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"d997fe23-b7b1-4a96-9114-f1ca3acabe95","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"8576fd61-d963-4e03-9062-df4b2fc9f51b","url":null,"fillingId":"521a5e07-076d-4364-8583-ee4a0cc17d05","fillingUrl":null,"stageId":"98c5e181-42f7-45c5-bb13-2075bddafe56","stageUrl":null,"userId":"be9fbb25-1ac3-4d77-ab3f-668dd3f035ea","userUrl":null,"creationDateTime":"2026-08-30T06:04:44.9311262+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