Relesys API Docs

v1.3

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

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesysapp.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":"1d1dbeb5-ecdd-4794-a154-40fa0a7f6a79","url":null,"fillingId":"3d18fe85-88a2-447e-8660-615ffdcb09f2","fillingUrl":null,"userId":"5901691d-9fa7-418f-9ad9-5f8e8d32fa16","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-10-12T19:56:00.4674937+00:00","lastModifiedDateTime":"2025-10-13T19:56:00.4674937+00:00","medias":[{"id":"d4f0dccc-18e7-4ea8-b783-ffdec5319563","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"87ba88cd-72b2-4f0b-94f4-830ff5ea643f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"74bb5f9b-8a13-4412-91ac-501fc65a72e1","url":null,"fillingId":"cffffd76-940e-46cd-bf67-2c96f6e5eddf","fillingUrl":null,"userId":"9b5828ad-38d5-437d-8446-29ed2954d088","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-10-12T19:56:00.4674937+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