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":"14293744-132f-4bdb-a43a-9d86916c540d","url":null,"fillingId":"6b9bbd78-9df1-4976-b978-c6499bd6cd6a","fillingUrl":null,"userId":"d12c5ed5-2526-4d0c-80eb-a8714ee7a81c","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-02-12T20:12:56.1396833+00:00","lastModifiedDateTime":"2026-02-13T20:12:56.1396833+00:00","medias":[{"id":"dc609462-f67a-4a48-abaf-90e21df60bfe","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"fe8c630b-f240-416a-b20c-248e2a960d03","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"b5079e85-304f-4bb1-9b4e-9bc15e7638d4","url":null,"fillingId":"252926b8-43a5-4da9-af27-56feaf8809e9","fillingUrl":null,"userId":"5de707fe-073b-435c-9c1a-98a4e5f0fa3e","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-02-12T20:12:56.1396833+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