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":"fb47d78e-6b6d-4e73-87c3-b575b009ae3f","fillingId":"6855e4fa-9358-4c52-af2f-6d64ce3596c1","creationDateTime":"2026-08-01T07:50:35.5734815+00:00","userId":"775829d2-dac0-444f-b1f7-06b09b5ef53e","type":"Like"},{"id":"2704677e-f0ef-47da-b87f-b3dcb8ab0f48","fillingId":"8531c6ed-e778-422d-8e6e-43003158cd60","creationDateTime":"2026-08-01T07:50:35.5734815+00:00","userId":"7bc6ec14-a360-492c-8a44-483e44925cf8","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