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":"849fafef-3b1a-4ca3-9022-aba25cc73a73","url":null,"fillingId":"fc176dcd-1016-4b53-9178-a77a9b92665f","fillingUrl":null,"userId":"ee1685ab-7452-43c4-935a-573702db6c65","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-07-11T23:15:06.3430071+00:00","lastModifiedDateTime":"2026-07-12T23:15:06.3430071+00:00","medias":[{"id":"6b789851-bb99-4ea2-bcf8-0f94999c0dde","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"4e2d808e-2caa-43d0-a4ec-cc7d3f664c55","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"183b69db-20d3-4d21-9d7f-4398ebebd415","url":null,"fillingId":"2e1d8497-1e91-4f9a-8971-3f9ab7e48f54","fillingUrl":null,"userId":"26792886-eb47-4968-9f6d-e16e74d15344","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-07-11T23:15:06.3430071+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