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":"6bf6f4fb-0993-4118-9adf-8f1e443af8c9","url":null,"fillingId":"7eaeea0a-1f68-45b8-aed1-69f1727e052e","fillingUrl":null,"userId":"8544edc0-2d0f-4335-8735-ee2362650323","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-06-22T16:16:11.917809+00:00","lastModifiedDateTime":"2026-06-23T16:16:11.917809+00:00","medias":[{"id":"efc018d2-36de-4f4d-8a13-683afc789831","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a73cf664-1b50-4279-a837-8c4e94a4ca4a","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"f5a28501-dfe0-47b8-9a5c-919b79a27a5d","url":null,"fillingId":"ce61234f-b6d3-4f95-9df9-01063769361b","fillingUrl":null,"userId":"0fe767e6-48be-4b6d-bc70-d0e5cd673515","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-06-22T16:16:11.917809+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