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":"05fa9280-4032-4741-a84c-bf6c59bf9019","url":null,"fillingId":"7e64e247-e147-4ff1-a69c-4a61bba2b731","fillingUrl":null,"userId":"683f6655-6a81-48e6-b908-177a65cad7af","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-08-09T14:07:12.0509786+00:00","lastModifiedDateTime":"2026-08-10T14:07:12.0509786+00:00","medias":[{"id":"bdebedf4-ce7e-406f-a054-14947d6c2a1c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e5a2ea43-3dda-4a41-a80f-04fc1806601b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"bbbfd1d7-d87a-4878-89e0-05c3a102923c","url":null,"fillingId":"c062db3d-6615-4a79-8173-f9e5dfee2bd3","fillingUrl":null,"userId":"a22bd5b9-133f-4a26-86b8-02bc4b180041","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-08-09T14:07:12.0509786+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