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":"531aa2d5-f673-43ed-bdab-372771fdd350","url":null,"fillingId":"28e5c413-50b3-4be1-b296-2eb5543815c9","fillingUrl":null,"userId":"2cb8bf89-b5ce-4c3c-9aa6-d5299275f488","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-01-14T15:04:06.5048216+00:00","lastModifiedDateTime":"2026-01-15T15:04:06.5048216+00:00","medias":[{"id":"25306d5f-4498-4bd1-b2c7-12e9bc813a4b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"247e87af-98cd-4b93-8933-2a325b59e6ab","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"4123df71-5a7e-4da4-b361-99b7797a9d7c","url":null,"fillingId":"805af47c-20da-4663-a8ae-1f8295ecff54","fillingUrl":null,"userId":"ec3dc573-331c-4cd3-881c-064bc1f0dcdd","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-01-14T15:04:06.5048216+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