Relesys API Docs

v1.3

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.uat.relesystest.net/api/v1.3/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":"28de1562-d4ff-4c1b-aa21-3daaabe7f8d9","url":null,"fillingId":"64b7e5bb-d364-44d2-b48e-98e8bee686c5","fillingUrl":null,"userId":"ad3245ef-4991-46c0-8458-a2551ed7c11e","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-01-12T14:59:06.6668024+00:00","lastModifiedDateTime":"2026-01-13T14:59:06.6668024+00:00","medias":[{"id":"01f91872-3287-40dd-ae56-5d1a6fc1e3e9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"29ffa59c-eabf-4f20-b6d7-706b2e67d253","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"9a6b8b85-a785-4c4a-9bb5-8e1501232eff","url":null,"fillingId":"aa6717d5-875c-4440-8ab2-202831252556","fillingUrl":null,"userId":"4400b4b1-245f-4d3e-95f5-11315d2d792d","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-01-12T14:59:06.6668024+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