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
value string Sortable 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":"a376d7bf-1ad7-4b6d-8787-6adb63f2c7a4","fillingId":"8b70d668-88e8-454b-96b4-9f75b675c782","value":"Comment example 1","creationDateTime":"2026-07-12T00:29:33.7409246+00:00","lastModifiedDateTime":"2026-07-13T00:29:33.7409246+00:00","userId":"cd3643e3-f4aa-4bea-9467-0d9e5447f486","mediaIds":["3cd3721f-3f72-455b-8adc-b65d746c0a4f","0524a003-4651-45c4-86a8-8265686754b2"]},{"id":"dba828b9-2961-4471-9628-ceb2c1c236fc","fillingId":"891fd5fc-4de8-4ded-af1a-8454c68b3293","value":"Comment example 2","creationDateTime":"2026-07-12T00:29:33.7409246+00:00","lastModifiedDateTime":null,"userId":"4850733e-8ca3-4448-ad78-d649956a2544","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