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":"e286fb08-45d9-43c8-aaa3-986758b6aa3e","url":null,"fillingId":"720d6ee7-011f-4b52-94cf-8c41cdf53202","fillingUrl":null,"userId":"efd97eec-5d3d-4e15-b887-d07d90c5ce12","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-01-27T11:40:47.9937431+00:00","lastModifiedDateTime":"2026-01-28T11:40:47.9937431+00:00","medias":[{"id":"e1487412-fc18-490b-82e0-ff3afdc4e49c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ecf932dc-88ad-490a-ba95-236e9214cec0","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"d59ba6d0-919a-4e7d-82a4-649b2eaf49e5","url":null,"fillingId":"f42f5a8d-bbc5-4dd5-951c-4faab30c0d48","fillingUrl":null,"userId":"598e436b-82f9-42e0-8ac2-15f35365a656","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-01-27T11:40:47.9937431+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