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":"3e03d19a-a1f9-4d8f-bb8f-52bdb56398fe","url":null,"fillingId":"d950c84e-1234-4a5b-b8a9-33cb7ffe4c8a","fillingUrl":null,"userId":"b6c04def-0b0f-4204-8502-eafd81e88d5c","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-12-13T01:49:23.1746423+00:00","lastModifiedDateTime":"2025-12-14T01:49:23.1746423+00:00","medias":[{"id":"4a686553-2180-40e0-8e13-a0567a20bfc0","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"77023395-5f64-4ddf-8c76-edac7ddb531e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"889d7dee-246e-45e2-831a-f197707d52b0","url":null,"fillingId":"85c0049e-9eff-48e7-864a-2793b1758d82","fillingUrl":null,"userId":"fd602e57-beee-4204-97e5-86e55f34aabe","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-12-13T01:49:23.1746423+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