Relesys API Docs

v1.3

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.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":"d569f155-c14e-411e-9b00-b9b315dd6729","url":null,"fillingId":"96612aa4-ebfe-4f8a-91c0-6ac5f81ee6d0","fillingUrl":null,"userId":"59dc1e56-f733-47f0-a1f2-571d54ff0488","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-04-15T12:31:38.847297+00:00","lastModifiedDateTime":"2026-04-16T12:31:38.847297+00:00","medias":[{"id":"673ca62a-653a-47c5-9c1a-5712631f72be","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"89981df1-455f-4872-9b4e-17753ecb6dc8","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"74790cc7-9223-4955-b22e-17078f513682","url":null,"fillingId":"5d6f897f-90fb-4fd9-b9f1-802b1ac355bf","fillingUrl":null,"userId":"52ec37e6-73ef-4f77-8699-1278c426e5cf","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-04-15T12:31:38.847297+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