Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Filling Comments

Get Filling Comments
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/comments
Get a list of comments for the filling with ID fillingId
Scopes: relesys.api, relesys.api:read, relesys.api.serviceform, relesys.api.serviceform:read
URL Path
serviceFormId string / guid required
formId string / guid required
fillingId 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
type string 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":"ec4922fa-229c-4e95-b6a3-7a407cbf1467","fillingId":"066e2d7b-7825-4613-a790-60ade477da5d","value":"Comment example 1","creationDateTime":"2025-10-02T19:42:45.8097434+00:00","lastModifiedDateTime":"2025-10-03T19:42:45.8097434+00:00","userId":"10bf9e93-15dd-43ca-8bb9-150e6ce94dae","mediaIds":["20912754-5c02-406e-b0c6-eb53a2433ce6","74257919-1693-454e-b3f6-7c8e4a6eae76"]},{"id":"d5e54d20-5833-4f9b-8411-185ca39db73e","fillingId":"63a49faa-8005-4b09-bdf9-ba7434c822ba","value":"Comment example 2","creationDateTime":"2025-10-02T19:42:45.8097434+00:00","lastModifiedDateTime":null,"userId":"1da7f149-56c1-4f89-b240-6d1424fb5e8c","mediaIds":[]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   mediaIds array[string / guid]      
   userId string / guid      
   value string      
  nextUrl string      
  previousUrl string