Relesys API Docs

v1.4

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesysapp.net/api/v1.4/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":"df27d5df-5761-48f2-a3ed-a9c089e575e5","url":null,"fillingId":"921470e1-67a8-4216-adfd-be7f6b46035f","fillingUrl":null,"userId":"f30f4d4f-8952-4cc6-a8a2-5d180ed8b382","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-06-21T19:20:00.1342191+00:00","lastModifiedDateTime":"2026-06-22T19:20:00.1342191+00:00","medias":[{"id":"1f2863d4-4784-42da-a71f-484a40e5011e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ee5a4d2b-757a-447b-83ea-3f8d576f6ebd","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"a6c1232f-a62d-48f9-a31e-bdf479e34713","url":null,"fillingId":"5a1c966d-cac5-41f5-8f29-c370cb4ee274","fillingUrl":null,"userId":"f6d17909-9981-40c8-8b07-be8f3a164b16","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-06-21T19:20:00.1342191+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