Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Filling Comments

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingComments
https://api.relesysapp.net/api/v1.4/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":"73b42bc3-85d8-4a5a-bc20-e43f4f52151a","url":null,"fillingId":"854dfb5a-e043-499e-8a25-4675b96dd297","fillingUrl":null,"userId":"2c3e9c44-a880-4533-8691-a35f998da945","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-05-30T15:38:25.2320946+00:00","lastModifiedDateTime":"2026-05-31T15:38:25.2320946+00:00","medias":[{"id":"e7987ee6-34ad-41e4-b3e4-437c2202779c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"456bf2b7-37c3-436e-aff3-c4da6d668ebf","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"d6a4cdd5-4c17-4cc8-a889-ca27c89dcf73","url":null,"fillingId":"f964fd05-0114-41b3-9d78-026262a1c107","fillingUrl":null,"userId":"17c28914-fc4a-44fe-9f0a-b4262437b631","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-05-30T15:38:25.2320946+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