Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Stage Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/stageComments
https://api.uat.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":"d0722c19-4ec8-48c7-af79-c2b7755b038e","url":null,"fillingId":"f3f7a55a-ecdf-4858-8eec-795da9d5b7fd","fillingUrl":null,"stageId":"42019a10-8dcf-4fd9-af70-c933e56299c7","stageUrl":null,"userId":"6b0300c0-a769-4f98-8b6d-90408bdffafc","userUrl":null,"creationDateTime":"2026-08-22T00:42:04.351955+00:00","lastModifiedDateTime":"2026-08-23T00:42:04.351955+00:00","value":"Stage Comment 1","medias":[{"id":"8e91e14d-b183-4e61-880d-4109d9b3af7d","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"8e281af8-1e71-4546-9de2-66a4d09a706d","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"96c558f2-f000-4d12-a89c-e55a59b79284","url":null,"fillingId":"d7bae8ed-1bd7-4548-9437-435609d60627","fillingUrl":null,"stageId":"c75481e4-60c8-4ab7-a694-72fa1bdcf24f","stageUrl":null,"userId":"9e3a9430-017e-4df7-a353-1e268f6cd3c1","userUrl":null,"creationDateTime":"2026-08-22T00:42:04.351955+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