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":"f3f7cdb5-abfb-47cd-9ec8-038041ace6a6","fillingId":"50303d12-861e-4252-b682-cd87f33df9f5","creationDateTime":"2026-05-14T16:30:31.1583386+00:00","userId":"bb0a0b70-36c2-45a9-9303-1f40facd1246","type":"Like"},{"id":"e2deb7f3-b92a-45a6-8fff-bf19359e6f24","fillingId":"edebec79-d439-474f-8ae9-b6a7584901bb","creationDateTime":"2026-05-14T16:30:31.1583386+00:00","userId":"759b485e-4107-40ac-89c8-a646a6936d55","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