Relesys API Docs

v1.3

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/fillingComments
Get a list of filling comments for the form with ID formId
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
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":"fc476c5f-9640-4269-b7bd-7cd45e30bf14","url":null,"fillingId":"281800b8-6960-4b13-9e42-144a41658e0d","fillingUrl":null,"userId":"8fc13303-373c-40f8-8085-71e3af188b2e","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-04-19T15:29:28.4862629+00:00","lastModifiedDateTime":"2026-04-20T15:29:28.4862629+00:00","medias":[{"id":"0e0ccabc-f460-44ee-8a56-5983c08338ea","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"fa9d358f-9fe4-424f-854e-856fb0b971bf","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"e24e95c7-815c-40fb-9948-c82dba10d73c","url":null,"fillingId":"f304f13d-e7f1-4d6e-a502-8392065a1908","fillingUrl":null,"userId":"781eb751-26b8-458d-9b2a-8d48bc2c19d0","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-04-19T15:29:28.4862629+00:00","lastModifiedDateTime":null,"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      
   text string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string