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":"3834bbb0-be48-4966-9ff1-706c6f2b3102","url":null,"fillingId":"18494c6f-96ee-4511-81db-930e45c17fe0","fillingUrl":null,"userId":"6df9631c-f4e6-49a7-8012-ad1443f3ad3f","userUrl":null,"text":"Comment text example 1","creationDateTime":"2024-11-20T06:21:31.1465667+00:00","lastModifiedDateTime":"2024-11-21T06:21:31.1465667+00:00","medias":[{"id":"87d4876f-8803-4ad0-8531-5d49e29b7ac4","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"53d35f93-ab38-4c51-961e-6418272415e4","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"a6905b02-9e86-42d4-8fa8-cfe57f25217e","url":null,"fillingId":"03b392f1-7e9a-49c5-bbfa-b0cdb2b928b1","fillingUrl":null,"userId":"576a34b2-b1ec-406b-a860-93b8b6d1d3fc","userUrl":null,"text":"Comment text example 2","creationDateTime":"2024-11-20T06:21:31.1465667+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