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":"c1ea62d6-ee82-4ef3-b30d-f7e1fbfa18a0","url":null,"fillingId":"8cdfc82d-34ad-43f9-9bda-74b2f3872282","fillingUrl":null,"userId":"6464a4db-4dda-428e-ac38-aff38719d11a","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-05-30T14:29:17.7467961+00:00","lastModifiedDateTime":"2026-05-31T14:29:17.7467961+00:00","medias":[{"id":"f525c449-88af-403e-9c2b-764e9f552640","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"6a57a83c-549d-482f-b903-4e585d0d7cc8","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"94402e6a-8e40-42c8-b875-cd282f33339d","url":null,"fillingId":"faf6bbd0-c6b4-48dc-b74f-29c91faf94e6","fillingUrl":null,"userId":"bf82ec58-2ec9-4ebe-8161-9ed6aeedb756","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-05-30T14:29:17.7467961+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