Relesys API Docs

v1.4

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.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":"fa780816-d303-4502-8e57-8d2fd415a98e","url":null,"fillingId":"87c40c42-62f5-44d1-94a1-e5bdba219666","fillingUrl":null,"userId":"da9e27e5-d3fa-427a-8bd1-9b934206d444","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-08-21T23:32:34.438882+00:00","lastModifiedDateTime":"2026-08-22T23:32:34.438882+00:00","medias":[{"id":"b5a7ccdb-592b-4b22-b844-c8e5ab6969cf","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"239c7adf-4e2e-45e1-b723-ca0be5c0cb5b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"36526064-91a0-4c35-89c8-451a3861477d","url":null,"fillingId":"e9ace769-0030-4e79-b30f-f061685286d6","fillingUrl":null,"userId":"be021ced-866a-44bc-893f-dfa490647c52","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-08-21T23:32:34.438882+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