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":"bd72d107-2fb0-48ba-bf6d-75d77e7e9910","url":null,"fillingId":"874d0f06-8d56-4982-a869-acf3b3ebc23b","fillingUrl":null,"userId":"fdb0f6db-293d-47e1-977e-f1af30062503","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-03-09T23:38:57.3858775+00:00","lastModifiedDateTime":"2026-03-10T23:38:57.3858775+00:00","medias":[{"id":"80538274-e905-46c9-a60e-e176f585713b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"6713b5fd-6fd3-41f8-a403-efcf370b254d","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"90df00e6-524c-4b97-a647-7c0ac3cb52b9","url":null,"fillingId":"afcfa713-7a31-417e-aa05-a426853eed9e","fillingUrl":null,"userId":"ce09cb7e-c426-4fab-940d-5209f7c73102","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-03-09T23:38:57.3858775+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