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":"231cd508-0844-451d-933c-cb2af0facb40","url":null,"fillingId":"4b3700fb-42ab-405b-a702-60b3ffbbcf8e","fillingUrl":null,"userId":"b134a5a2-8ad0-462c-a9ca-02be70c0ac7f","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-08-26T15:25:25.1661271+00:00","lastModifiedDateTime":"2025-08-27T15:25:25.1661271+00:00","medias":[{"id":"d56a7581-f406-42ec-905b-17dc9786d85c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"3c23215b-2644-4c1a-a685-7607462e0adb","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"417b3824-0b6b-4cd2-8d93-264711f591f4","url":null,"fillingId":"86f5e6a3-03b5-4881-bdba-aae606e78c8a","fillingUrl":null,"userId":"0b77b3bf-1ca7-4a93-947d-c98eabdd720e","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-08-26T15:25:25.1661271+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