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":"768cbe85-3df9-419d-9035-c47eb411df9f","url":null,"fillingId":"b9c9a22c-0af3-4086-8d11-324e0d7ab49a","fillingUrl":null,"userId":"cc375539-e82a-4cf1-a196-55504dba94c0","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-09-19T09:02:12.5288353+00:00","lastModifiedDateTime":"2026-09-20T09:02:12.5288353+00:00","medias":[{"id":"986e6e72-8251-4212-85c3-d904ace4d161","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f1cc8e0a-2ae7-41b7-9153-99d4ae3503ea","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"e7350ffe-c6a2-4381-9fcd-7db05103a000","url":null,"fillingId":"16847117-cc2a-4bbc-af09-b197b464bd9b","fillingUrl":null,"userId":"c815d150-3afb-4567-b33a-d5b771d740c2","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-09-19T09:02:12.5288353+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