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":"2dff8343-2bc7-4f94-ad4c-4b20e715ed68","url":null,"fillingId":"d4142866-7716-41cf-881e-50aac76678b4","fillingUrl":null,"userId":"d37f6c96-dfdc-40ff-a9c0-171e8fa4f60c","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-04-19T16:57:20.6560981+00:00","lastModifiedDateTime":"2026-04-20T16:57:20.6560981+00:00","medias":[{"id":"6c46c058-e4ba-476a-af39-91074009e628","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"2c20f26e-9858-4722-874f-af2eb08e9d74","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"2c26a473-547d-4091-8e03-55f28cc4f226","url":null,"fillingId":"4e88ee90-1538-4756-aaf0-6a4bdd06f2cb","fillingUrl":null,"userId":"6fc8e20a-acaa-4946-a7bf-9ecb8a907fed","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-04-19T16:57:20.6560981+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