Relesys API Docs

v1.4

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesysapp.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":"93fa7369-a3ad-4e84-9b9d-f861b1fa8fe5","url":null,"fillingId":"9847749d-dacd-404b-b870-d99970435159","fillingUrl":null,"userId":"82bf959a-e8e3-40f8-a7ff-f297f4febd80","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-08-30T06:05:41.7490225+00:00","lastModifiedDateTime":"2026-08-31T06:05:41.7490225+00:00","medias":[{"id":"5a408eee-94f2-47ba-bc52-8a2cc2728bf9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"db172d89-7dc7-4797-bb76-a14abca84c3b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"4ddb328b-6923-404b-b2da-3371d70ceb3b","url":null,"fillingId":"6eeb0eeb-9584-42d1-9e95-7826d1cfa35f","fillingUrl":null,"userId":"76df0b10-7693-4aff-9359-a3310b95cbf1","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-08-30T06:05:41.7490225+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