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":"61eecc3d-42c6-43c6-8c9e-0498b9716c02","fillingId":"e0e282c7-51eb-414a-ba23-db2b672b3212","value":"Comment example 1","creationDateTime":"2026-01-09T22:47:01.3176776+00:00","lastModifiedDateTime":"2026-01-10T22:47:01.3176776+00:00","userId":"9c2e89f8-95bd-4030-959a-ff4dbb4a0d52","mediaIds":["38b4e0cd-3e94-484d-9148-29ed26a3c0dc","0e225540-1992-4a01-9810-92dfad20bfe2"]},{"id":"8b6e2ef6-68e1-46a5-9167-f0f1d04ad817","fillingId":"30b8a928-69c5-4153-b705-efe39d5c25a7","value":"Comment example 2","creationDateTime":"2026-01-09T22:47:01.3176776+00:00","lastModifiedDateTime":null,"userId":"9010bcbb-f50d-48d7-9c0a-809dfcbaf288","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