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":"f57681e9-6afa-4877-8e3a-a9f975aa88bc","url":null,"fillingId":"5bfe2c67-6118-4b63-80b5-b1a402fd4fb7","fillingUrl":null,"userId":"d118299e-e4ca-4c99-b733-526658c338fa","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-07-16T21:18:47.1737333+00:00","lastModifiedDateTime":"2025-07-17T21:18:47.1737333+00:00","medias":[{"id":"3e8b9aed-c3ef-46ce-a17e-77823bd033a5","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"17f5bd15-3745-4f0d-8837-04e649b093c1","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"c84e94e2-66c2-4825-816a-3518dcd2bd56","url":null,"fillingId":"e1fc9da1-040e-4034-ae38-f293146e6b6e","fillingUrl":null,"userId":"612997e8-090a-47da-b86a-d745c2f627c5","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-07-16T21:18:47.1737333+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