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":"2feca305-c0e8-4c06-b61c-6ea62c623ee4","url":null,"fillingId":"f4a101a5-452d-440c-9ddf-bcb2703b1135","fillingUrl":null,"userId":"4cd96951-f5a2-423b-8124-170ec94f36a9","userUrl":null,"text":"Comment text example 1","creationDateTime":"2025-04-02T21:53:15.5055256+00:00","lastModifiedDateTime":"2025-04-03T21:53:15.5055256+00:00","medias":[{"id":"e54f9adf-6212-4dc8-ab2d-184b4c4fce34","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"8a97206d-cfde-4d82-b6ce-43f16837ed13","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}]},{"id":"bd4c3080-0074-409a-b439-c65b8af115be","url":null,"fillingId":"0a97e1e1-187d-40ec-b6fe-1731cb9311b0","fillingUrl":null,"userId":"ee4628e0-ecd5-4c83-bab1-92a2ff09f1d6","userUrl":null,"text":"Comment text example 2","creationDateTime":"2025-04-02T21:53:15.5055256+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