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":"7e1073d7-1acc-4970-934f-cc755c967a68","fillingId":"212fac91-e714-48c9-92c7-3e7ffe641d69","creationDateTime":"2026-06-06T14:57:26.2007751+00:00","userId":"1c553c5b-a944-4749-b918-5deded4d67ed","type":"Like"},{"id":"2e734f46-00e0-4460-90a0-91845b9aeaeb","fillingId":"9acd6ff7-3692-402c-bfce-78304149184b","creationDateTime":"2026-06-06T14:57:26.2007751+00:00","userId":"8d76ac7a-b1a8-4b39-908b-93e517a4a7bf","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