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":"76c75d9b-0df7-4487-8a55-2f201ac3e2a0","fillingId":"7aede183-be8e-48b3-9a60-9d48bafca13c","creationDateTime":"2026-06-06T16:16:50.9036467+00:00","userId":"c2fa7593-b50e-489c-8634-73a7f8927386","type":"Like"},{"id":"66961636-4435-4600-8ba1-fefec0587ab8","fillingId":"aecf265a-cfe2-4ef0-9f12-ff0d04cbb3ba","creationDateTime":"2026-06-06T16:16:50.9036467+00:00","userId":"038dfde7-a0b9-44fa-9445-3c4d1eed2476","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