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":"20cea932-a983-468c-b5c2-ef3e06b7b89b","url":null,"fillingId":"8a6b289e-3ef0-4596-b58b-2c67943778e3","fillingUrl":null,"userId":"17c6e7bd-eb23-431b-a06e-7a0f1d68d1d7","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-01-27T13:07:43.2592978+00:00","lastModifiedDateTime":"2026-01-28T13:07:43.2592978+00:00","medias":[{"id":"305ff7f5-2300-4231-896a-3dbb095e0253","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"700855e1-a411-4c32-acb9-bc9d6fbb0184","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"bd4b70ca-7ac6-4dde-a0ba-6118ee5e2798","url":null,"fillingId":"a2d21fab-7c67-4a7e-8cb4-46ed5aff1849","fillingUrl":null,"userId":"f6c1134c-7aed-4e64-b439-5050a785d21a","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-01-27T13:07:43.2592978+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