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":"a5c9f945-b1f2-4844-83d6-229cbefdb848","url":null,"fillingId":"c5db72fc-4c3d-4ee0-9249-3a98f74e10f0","fillingUrl":null,"userId":"a678b5ee-40fa-4555-ae19-09cf6394bce3","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-11-26T00:49:07.8796201+00:00","lastModifiedDateTime":"2025-11-27T00:49:07.8796201+00:00","medias":[{"id":"018913c5-4432-41d7-af4e-b927d8c38eeb","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"c9add9af-bc03-48e6-9242-6b35b27fddc0","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"fd015898-a6b3-4c33-a177-bf2f88c8587e","url":null,"fillingId":"6394abe9-2095-4ae0-b93f-5e1d3a8509f4","fillingUrl":null,"userId":"9e9627a7-1d25-4224-bfeb-983681279a4a","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-11-26T00:49:07.8796201+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