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":"de6dd34a-b59d-4929-9984-e54f11dce5bf","url":null,"fillingId":"913cabcf-9a4c-499c-a49b-f6cd4e0e5657","fillingUrl":null,"userId":"d1242417-aa4c-4c5f-a07f-14d3d2e3306d","userUrl":null,"text":"Comment text example 1","creationDateTime":"2026-07-12T00:27:58.0199174+00:00","lastModifiedDateTime":"2026-07-13T00:27:58.0199174+00:00","medias":[{"id":"36573495-f7d3-41a2-bdbd-b8f1ab94b3fe","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"487cb276-b68c-4d66-a739-531dc783a59d","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"49fd6d3f-3741-4296-9395-bc4c2ecd393f","url":null,"fillingId":"a07e8622-7129-4ff7-9967-c0a04dc48845","fillingUrl":null,"userId":"e5f0ba46-af7e-49df-b1e5-e3ae9c8e55d2","userUrl":null,"text":"Comment text example 2","creationDateTime":"2026-07-12T00:27:58.0199174+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