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":"8c7c0d69-aa8e-47d6-bac2-17aeca928622","url":null,"fillingId":"c28a97fe-049a-4984-b0c7-443b695ad237","fillingUrl":null,"userId":"5df0eb88-3d07-41b9-abb7-e9d3c9749e68","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-05-10T11:29:00.1412643+00:00","lastModifiedDateTime":"2026-05-11T11:29:00.1412643+00:00","medias":[{"id":"a9e87ec6-f397-4067-abfa-4965e7b74f54","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"2884877d-ba68-45fb-a5f3-5c439007a4e7","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"93d0db40-59dd-4758-8e20-0d589771d94d","url":null,"fillingId":"643057b7-a9dc-4778-92f6-ccc0b1891ce2","fillingUrl":null,"userId":"9af4612f-698d-4b70-ae6e-0cda0a3f0356","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-05-10T11:29:00.1412643+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