Relesys API Docs

v1.4

https://api.relesystest.net/api/v1.4

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesystest.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":"a73d53d7-6090-4415-9aa8-d7ca7814b6e4","url":null,"fillingId":"e03796cd-a2f0-4f77-8d13-79a6b09f39b7","fillingUrl":null,"userId":"731f64ef-8cf6-468a-b418-6bd17de51130","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-06-10T18:01:31.8966834+00:00","lastModifiedDateTime":"2026-06-11T18:01:31.8966834+00:00","medias":[{"id":"70387960-fd55-403c-a883-fe7c8fb1c237","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"b19e60ba-c806-40e9-96d1-f57e32c2a61f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"9efabf46-2fb0-4877-ab7b-9276fc3c0c6e","url":null,"fillingId":"dd6508e4-4c5c-4e92-b5ef-a8b5728aeda9","fillingUrl":null,"userId":"f51da5c9-bf7d-4b7e-9bc4-ccf8384c3dbe","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-06-10T18:01:31.8966834+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