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":"41904302-0096-4cf2-9f85-97753f73f10b","url":null,"fillingId":"f5474fc9-a72a-4422-b378-dc00f75d6121","fillingUrl":null,"stageId":"31c46aba-a327-47d7-8d46-fbec79f1feb0","stageUrl":null,"userId":"3079f598-88e5-44b2-a91b-7b0282e032ce","userUrl":null,"creationDateTime":"2026-06-25T17:11:07.361933+00:00","lastModifiedDateTime":"2026-06-26T17:11:07.361933+00:00","value":"Stage Comment 1","medias":[{"id":"20ed4f03-d438-460c-9991-57e44ee89e18","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"484c0f79-3ed4-496f-bb24-23f93374b554","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"d43d5202-2c09-4a71-8e7e-efe365d0625d","url":null,"fillingId":"0607d024-ac0e-4c7a-a10a-4f0a9b748b8a","fillingUrl":null,"stageId":"5ea1daec-91d7-4e58-a94f-58878bab88d2","stageUrl":null,"userId":"ab2825fd-36e3-45f5-90c9-f1a5db682d35","userUrl":null,"creationDateTime":"2026-06-25T17:11:07.361933+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