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":"a3fef3ff-1694-40a9-9d71-262230afde58","fillingId":"ad70706a-58cf-48aa-9322-25987678bd68","creationDateTime":"2026-04-24T07:59:34.8990271+00:00","userId":"b8580fdb-acb9-4b91-934b-40a38cdd230c","type":"Like"},{"id":"39bd2425-91ed-44e3-bff0-96dc218217a2","fillingId":"1b7296a0-a110-4cff-a76c-039149fdabd5","creationDateTime":"2026-04-24T07:59:34.8990271+00:00","userId":"263b7806-858b-4cd6-89f0-5ffbf69112b3","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