Relesys API Docs

v1.3

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

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.relesysapp.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":"70371e67-414c-45ad-9195-a25e8087b041","url":null,"fillingId":"af2892dd-0c66-4473-b417-cdbc5bed215c","fillingUrl":null,"stageId":"e702402f-bf49-42c5-9724-f41fe19f2923","stageUrl":null,"userId":"1a75a4d1-7c3a-4f38-a305-5da5fc583622","userUrl":null,"creationDateTime":"2026-02-12T19:27:54.5653881+00:00","lastModifiedDateTime":"2026-02-13T19:27:54.5653881+00:00","value":"Stage Comment 1","medias":[{"id":"02871ce9-c795-4718-8e1a-2f8af0cf624b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"2c8af219-a0f5-48aa-8db0-047e834be11b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"9ae69adf-50a7-4355-af39-86ecb54a2ee0","url":null,"fillingId":"41f386d2-970c-4c4c-b348-f9bbaba377ee","fillingUrl":null,"stageId":"c4331c6f-bb22-42f1-940d-36c1d1a9e16a","stageUrl":null,"userId":"61930f5c-79cf-44ef-8bf8-c450154b69e0","userUrl":null,"creationDateTime":"2026-02-12T19:27:54.5653881+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