Relesys API Docs

v1.3

https://api.relesystest.net/api/v1.3

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesystest.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":"56d85c55-0867-4965-bfbf-beb976ed7548","url":null,"fillingId":"24939163-8fdd-45b1-9e01-9eb3bc34b930","fillingUrl":null,"userId":"2df2aee8-8c10-4818-8bd1-b0c499a7d94f","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-04-15T10:44:55.942909+00:00","lastModifiedDateTime":"2026-04-16T10:44:55.942909+00:00","medias":[{"id":"88804fde-903a-4b1f-acb6-5af7a9103206","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a8274af8-8f8c-4810-875d-994b6a0c3306","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"4b97262a-7680-42ab-9a39-3d3bac21396e","url":null,"fillingId":"402965f8-d322-491f-a7be-624a8221a77c","fillingUrl":null,"userId":"6fe4fd1c-0a9a-40e5-8948-56040565b0b0","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-04-15T10:44:55.942909+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