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":"2a1d96c5-a87c-433d-a5fe-f0fc904ce390","url":null,"fillingId":"c215ef21-bccc-476c-9c34-cd6921ae5744","fillingUrl":null,"userId":"08f15cfb-5bca-4b53-bf14-0670a96fd7d3","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-08-09T15:45:02.5967642+00:00","lastModifiedDateTime":"2026-08-10T15:45:02.5967642+00:00","medias":[{"id":"f75e96e8-88ac-4ffc-bfb9-d41171deeeb9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"4296493d-7236-4547-91df-ad4cbaaeef20","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"ddf5d359-82ce-454a-be16-ac70e86de7b6","url":null,"fillingId":"219cbd66-e24f-46c8-9e8a-b87319518129","fillingUrl":null,"userId":"4cb68adf-049b-4faf-ae77-312115a33622","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-08-09T15:45:02.5967642+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