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":"58bd776a-e2ae-4722-a2f1-31c1a6380438","url":null,"fillingId":"acce6ae4-fb90-45a3-bfcb-4baf7a95e2db","fillingUrl":null,"userId":"f23d80d5-2965-4193-89b4-87827ed7182b","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-06-05T20:22:59.6171969+00:00","lastModifiedDateTime":"2025-06-06T20:22:59.6171969+00:00","medias":[{"id":"6f79d1bb-bf75-49a5-8601-c051b5e53e2a","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"8a099bd5-221a-425e-af69-3e2d07b5070f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"d72796f1-d42e-4662-b888-ec4db2803a68","url":null,"fillingId":"3ab5f22c-0257-4664-a703-e85c4f5c696d","fillingUrl":null,"userId":"55a8a4b4-26f3-45f1-9e25-dbc3b0466be3","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-06-05T20:22:59.6171969+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