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":"2236f407-d0ab-4c19-8244-4ec2236fcf35","url":null,"fillingId":"f458ddfc-6ed6-43cd-a92e-f14303bcb20d","fillingUrl":null,"userId":"1d2107c7-4b02-4d9a-b9eb-fdb2316fb1e2","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-06-21T18:04:30.5249098+00:00","lastModifiedDateTime":"2026-06-22T18:04:30.5249098+00:00","medias":[{"id":"89e85084-a260-42c7-9482-8d180750241c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f8eedf62-09fa-4646-b595-5f327cf047b5","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"027d5efa-7387-4d78-a28d-a2552352745c","url":null,"fillingId":"37ba8e1c-1a9e-4b67-ae84-95bb068b8588","fillingUrl":null,"userId":"73d36ec1-ee93-4058-b494-4421e301ba46","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-06-21T18:04:30.5249098+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