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":"09241490-9421-4fac-a248-df37a3fe537d","url":null,"fillingId":"29a5f8ba-5b82-40a3-8a48-093fae7b6fb6","fillingUrl":null,"userId":"b77cae7f-a92c-4072-af8c-1f2378a6ae66","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-09-15T20:01:49.7235755+00:00","lastModifiedDateTime":"2025-09-16T20:01:49.7235755+00:00","medias":[{"id":"8dcfed89-2e0e-4157-816f-b13def4710ce","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"9b758782-d781-469e-805d-34e82c880d33","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"c1b65edc-2415-4a83-b840-76c589947a30","url":null,"fillingId":"4809978a-1199-4e19-8bf2-fd0046f82f4e","fillingUrl":null,"userId":"e29a2708-3587-47cd-9437-0a902f714715","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-09-15T20:01:49.7235755+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