Relesys API Docs

v1

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

Filling Reactions

Get Filling Reactions
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/reactions
https://api.relesysapp.net/api/v1/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":"5dbb9418-e907-4d14-ae94-1a998e741507","fillingId":"67b4ba42-7f3e-402b-87fb-7256da31b287","creationDateTime":"2026-05-14T16:45:09.8506189+00:00","userId":"74f932a6-d920-4c58-bfdf-b654c75c412e","type":"Like"},{"id":"36f3a77c-ef43-4f98-88bb-1d6c96b9b3aa","fillingId":"c5a9e895-7be0-4650-8f81-b64bf2bfb6a3","creationDateTime":"2026-05-14T16:45:09.8506189+00:00","userId":"c3796977-ad92-4e29-8e43-79ff92df1be4","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