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":"bfb67ee6-de4d-44b8-acf3-eaffcd120947","url":null,"fillingId":"5cc73faf-b664-43ac-97f9-ba38e65bcbbc","fillingUrl":null,"userId":"e35f4fd1-4e38-4ce6-9e04-3240730de658","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-03-30T12:38:58.2217652+00:00","lastModifiedDateTime":"2026-03-31T12:38:58.2217652+00:00","medias":[{"id":"e657c0f1-9496-4555-95b1-2b12aa2dcc99","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f3dcff65-e51b-493c-928c-fad8e0ab1fc9","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"1b8f6f84-4bb8-4b06-a518-21daa45c10cb","url":null,"fillingId":"8b4ffe2f-11b3-4565-9369-dc912e66e462","fillingUrl":null,"userId":"e0d05218-dca1-484f-886a-6418d6d254ce","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-03-30T12:38:58.2217652+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