Relesys API Docs

v1.1

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

Filling Reactions

Get Filling Reactions
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/reactions
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/reactions
Get a list of comments for the filling with ID fillingId.

type - This field displays the type of the reaction. Currently, the available types to filter on are:
  • Like

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
type string Filterable 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":"0bdf77ae-ad62-45c6-be75-9a1242193245","fillingId":"3e0da9ad-8878-4a42-bd7b-f1933443267a","creationDateTime":"2025-07-28T20:51:13.3457216+00:00","userId":"df6ff8d1-2074-49f6-87bd-16e94949a470","type":"Like"},{"id":"f2336e59-c52f-4095-b754-d8f41c6896a3","fillingId":"b02dd464-7551-46ac-a202-9b4c790176ed","creationDateTime":"2025-07-28T20:51:13.3457216+00:00","userId":"acf3ae7c-8f6a-418e-b194-23775846202a","type":"Like"}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   id string / guid      
   type string      
   userId string / guid      
  nextUrl string      
  previousUrl string