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":"5967bbc6-4651-425d-bb07-bebef171840d","url":null,"fillingId":"dbb77e17-f3a8-4774-8208-f53d86c8abce","fillingUrl":null,"stageId":"35970183-7a87-45f5-8df2-ca88bb1a6dcf","stageUrl":null,"userId":"c9b405c5-ca1b-4464-86e3-fe9ec591e99e","userUrl":null,"creationDateTime":"2025-06-26T12:18:32.7714357+00:00","lastModifiedDateTime":"2025-06-27T12:18:32.7714357+00:00","value":"Stage Comment 1","medias":[{"id":"712a04cf-8a2f-415c-a87e-5b46c74076be","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e2f0097a-a7ac-4ded-a467-f439f6e9cea2","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"}]},{"id":"57212ffe-ecd4-4caa-a1fd-f6e8ffa9724a","url":null,"fillingId":"7e8dd8a5-8176-474a-974f-48e61e482124","fillingUrl":null,"stageId":"89769faf-2c64-47cd-82d9-1a78a09bc495","stageUrl":null,"userId":"44f1c135-4315-4ff3-8920-56e67eaadd79","userUrl":null,"creationDateTime":"2025-06-26T12:18:32.7714357+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