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":"aa22ffaf-81ee-4650-ba82-44741864489b","url":null,"fillingId":"8f204de3-b4c1-4855-b809-e65e91e6f15f","fillingUrl":null,"userId":"127bd00e-bc61-40ee-a3e6-d7ed3b058e79","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-02-06T15:32:30.1613643+00:00","lastModifiedDateTime":"2025-02-07T15:32:30.1613643+00:00","medias":[{"id":"4a778cfe-7f05-4687-a6e0-11a1a3182ffb","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"d3decb9c-2e9d-411b-bfba-a7c7166a4a76","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"9e319942-6ca0-476c-b981-94ba50925951","url":null,"fillingId":"3f1d6cb2-2a8d-4b8b-b4a4-ae7375a05900","fillingUrl":null,"userId":"133c6cb6-477f-4ece-b6c0-a263c7738adb","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-02-06T15:32:30.1613643+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