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":"6106e977-d2f2-4b79-ae1d-499a131c008b","url":null,"fillingId":"556053cf-9a9e-4995-a57e-0afc69406d24","fillingUrl":null,"userId":"4e07773c-157e-47cc-a52e-ec57aa4b299a","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-05-19T23:10:19.2557865+00:00","lastModifiedDateTime":"2026-05-20T23:10:19.2557865+00:00","medias":[{"id":"2b6bd9f7-713f-4e91-a31c-13f36514f76b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a397f655-79d3-42ce-b0fe-5dd1857c391e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"bc5cd5fe-8f52-4362-bd97-8b94fbaf7bcf","url":null,"fillingId":"e40fe44e-007c-44da-998c-e42933e2dd79","fillingUrl":null,"userId":"8cc49e8c-7d26-4abb-9501-21d4441c25c2","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-05-19T23:10:19.2557865+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