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":"c20d07dc-b8d4-4d0b-821d-b0999df40d03","url":null,"fillingId":"dbf6bb1c-5e81-42e5-8e1b-d7ff4d13148e","fillingUrl":null,"userId":"59669d7c-f8f2-44a4-86d6-ce0d18ed28df","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-03-30T11:04:23.5051817+00:00","lastModifiedDateTime":"2026-03-31T11:04:23.5051817+00:00","medias":[{"id":"4a921022-e694-4eb0-83a1-3b063c931a19","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"19e09e9f-cc53-4b51-a28b-3642cc5386be","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"7ba1ae14-1077-4245-9fae-e90049827794","url":null,"fillingId":"469b25a8-82da-4904-bf9d-22cfb7a975ae","fillingUrl":null,"userId":"58d1330d-c507-4e12-a3ac-67bef70be8c0","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-03-30T11:04:23.5051817+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