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":"0ae7b817-1b6d-484b-8d6a-995ef9f0d5aa","fillingId":"2d7b8a23-9f49-4cdc-9489-bc8f0130d1f1","creationDateTime":"2025-10-02T19:40:00.1862509+00:00","userId":"8cabd0d1-58ae-4a14-baa5-d36e05d57100","type":"Like"},{"id":"d27221d1-c4c5-451e-aeff-32ba35045f7a","fillingId":"890e94b5-074d-4c99-a904-77b2674a9b69","creationDateTime":"2025-10-02T19:40:00.1862509+00:00","userId":"e7a6cf3e-bfe5-4019-ad12-d88a5cfe7694","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