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":"22ff70c3-5c60-4d33-bd59-207a1161ede4","url":null,"fillingId":"99ac45f2-9a88-4176-9771-e27d6317916c","fillingUrl":null,"userId":"2ca1b7b0-7ad8-43b3-89c7-6aa5c53629e3","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-08-06T09:11:54.1313851+00:00","lastModifiedDateTime":"2025-08-07T09:11:54.1313851+00:00","medias":[{"id":"ecea6183-6bb9-4fe5-8e74-220cbbc75a0a","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"51665540-0566-4abd-8fc5-c4bda9b82c84","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"ff4206ff-7cbe-487d-be21-49a3f8235547","url":null,"fillingId":"78172630-cb23-4f52-9cfd-aafd3840f4ca","fillingUrl":null,"userId":"36c285d4-cdf4-4a87-9f99-00c399d4d913","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-08-06T09:11:54.1313851+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