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":"7132c1c6-452c-4c3d-823c-4c93b2ec2505","url":null,"fillingId":"ef0aae2b-b7da-42f1-aa3b-84759f24b714","fillingUrl":null,"userId":"ebb60511-56dc-4429-a518-e33cb3a219df","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-08-22T00:42:22.2582102+00:00","lastModifiedDateTime":"2026-08-23T00:42:22.2582102+00:00","medias":[{"id":"bd8bbc79-38a3-4a9a-8d51-22dfe835e8fe","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"de68fa98-592a-4cd5-bb53-c73e7e2e3555","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"b1edcb03-39dc-4ab1-811a-0adfd82b6a3c","url":null,"fillingId":"e3924da9-aa1c-4903-9b5a-c0ca8e85b0a4","fillingUrl":null,"userId":"6112e103-9235-481e-a29c-f6b7b31c0a2c","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-08-22T00:42:22.2582102+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