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":"4ae6717b-10cf-4ab5-91a7-25674ad946cb","url":null,"fillingId":"575dc75c-7be1-4c9c-9869-cd4efdce4536","fillingUrl":null,"userId":"d8529fe2-3099-481a-a74a-f97681022335","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-05-12T01:04:43.8188778+00:00","lastModifiedDateTime":"2025-05-13T01:04:43.8188778+00:00","medias":[{"id":"ad1b107e-3475-4df9-8fb9-a9e109ee2e8c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"13eafbe1-9a15-46c6-a2ee-1f9092b7f510","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"ccf8bdc5-10d8-4e74-9253-2c189b36d8b4","url":null,"fillingId":"989c4426-74c9-4948-8c76-e5816a57e82e","fillingUrl":null,"userId":"684e1f52-2da1-4a6f-87e5-64fae89a1944","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-05-12T01:04:43.8188778+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