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":"f58485c6-cec4-4088-be97-ab47e58575b4","fillingId":"ee04f8fd-2673-4a20-88ee-cedc57f87f32","creationDateTime":"2026-04-16T11:36:36.1604237+00:00","userId":"10b1b0aa-5eac-4f3f-8e85-dde0561c3f13","type":"Like"},{"id":"c8a16ad8-6f9e-44c7-ad2e-1f61b19c76c6","fillingId":"e7286834-c2ea-4776-871e-bfbb35986405","creationDateTime":"2026-04-16T11:36:36.1604237+00:00","userId":"40247626-049d-43db-bb1d-de31e5bfbcff","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