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":"79e956dc-f52e-4e36-8856-6a7c7087597c","url":null,"fillingId":"bd2d6a20-1d2d-4e0b-b932-20c57499df4d","fillingUrl":null,"userId":"3bd57c5e-d7a5-476a-957e-a3a3624b4da0","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-06-26T12:35:58.3233973+00:00","lastModifiedDateTime":"2025-06-27T12:35:58.3233973+00:00","medias":[{"id":"4f8d25c1-19f9-496d-a53a-62598b2ec049","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"187add61-5372-4602-a851-1c5a218bc6e2","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"2f06eeef-1caa-4780-84e1-777c39d335ee","url":null,"fillingId":"c8f965aa-c159-4cab-b31a-3f9e03c27bee","fillingUrl":null,"userId":"80f8ebb8-21d5-4711-bb15-1b893f1c938a","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-06-26T12:35:58.3233973+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