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":"5e3b180c-d811-4f82-9561-fb8b4066c6c9","url":null,"fillingId":"6dbf3d2b-a7ef-45f7-b824-e8074d0a270b","fillingUrl":null,"userId":"a5a5ce76-93f5-40dd-93c4-50d21d9b7152","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-01-21T04:49:45.1580146+00:00","lastModifiedDateTime":"2025-01-22T04:49:45.1580146+00:00","medias":[{"id":"3612297b-36ff-466a-8fc2-0d8c9ce8bb29","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"7f51b0b6-28b2-4b4d-8ade-bd61f5bb47d8","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"643da620-2eca-4dea-92fc-67c3b19f427e","url":null,"fillingId":"ed58a04f-45e4-4ba4-b8a7-25eb602c7229","fillingUrl":null,"userId":"cc5c0d44-a697-44d9-874c-650c83bcef42","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-01-21T04:49:45.1580146+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