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":"ed219db1-1505-4ccd-a215-059b06527446","url":null,"fillingId":"a92593e2-e6db-4210-b9bc-572aad1ea5c1","fillingUrl":null,"stageId":"00d1c465-de6b-49e8-8a66-0b762a63def9","stageUrl":null,"userId":"ef98ccaf-b6d3-44a5-a8bb-4eebe1f98c46","userUrl":null,"creationDateTime":"2025-11-26T00:46:49.8950025+00:00","lastModifiedDateTime":"2025-11-27T00:46:49.8950025+00:00","value":"Stage Comment 1","medias":[{"id":"7bd86081-273c-48b5-b15b-9af0e19a09a3","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e3adcac2-0229-40e7-ac41-bc66f5d87f83","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"ac4b31f8-d8cf-48a5-be33-b6e28a86d24e","url":null,"fillingId":"cd4f664a-a47f-4953-a70f-ab2692ce0393","fillingUrl":null,"stageId":"2f8a4ac0-2204-45f3-94b5-7b9da39a0a56","stageUrl":null,"userId":"d8b43e3d-832d-4331-bed2-75631927e8b5","userUrl":null,"creationDateTime":"2025-11-26T00:46:49.8950025+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