Relesys API Docs

v1.4

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.uat.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":"5136723f-7f2e-4644-a71d-561dc6bf53ba","url":null,"fillingId":"a6c563dd-bc03-499f-8d0b-ca99b3fa1589","fillingUrl":null,"userId":"a35e04c6-4fcc-4aae-9da9-ad90f5f98227","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-06-22T17:43:18.4643858+00:00","lastModifiedDateTime":"2026-06-23T17:43:18.4643858+00:00","medias":[{"id":"9ab40a44-83c3-4769-9f5c-3a93093a7eee","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"3d53001b-709b-43a1-aa09-b5d5e7caace6","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"3e4ff301-1154-4148-9b7e-865308a10fb3","url":null,"fillingId":"1757bf19-cf27-4b62-be3c-3e6bcbb33e06","fillingUrl":null,"userId":"6916380d-f4a8-45d6-84d6-69255f0595f7","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-06-22T17:43:18.4643858+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