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":"08b3d82e-0ac1-4f0a-96d3-09eb2df45b6f","url":null,"fillingId":"a2292d22-141a-444f-9c1d-27d41928d0f5","fillingUrl":null,"userId":"39c9f83a-c603-44f6-9e13-d4dcc50ef010","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-11-02T06:08:37.3824013+00:00","lastModifiedDateTime":"2025-11-03T06:08:37.3824013+00:00","medias":[{"id":"708e29c7-a5e5-47c1-a764-185723f69de1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"818d4bcb-831e-4ba6-95ea-f461e3db935e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"1e10b54b-180b-4358-83f6-9c18f33591ab","url":null,"fillingId":"812d3c1e-cc4d-4b0b-88ee-7f2a9381b461","fillingUrl":null,"userId":"a75a7ee9-34a6-493b-b412-0913634a4bd4","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-11-02T06:08:37.3824013+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