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":"4ffb23ab-7668-4373-b631-e797013f53f8","fillingId":"2d0ad7ce-5322-4202-952f-6063d872d215","creationDateTime":"2025-11-21T00:56:40.5160083+00:00","userId":"05c60182-deb5-42eb-99b9-75fc4d6c3241","type":"Like"},{"id":"2319197d-c28e-4571-acd3-dc4d9c11d9ac","fillingId":"8990f552-6182-4279-9228-b3614bc77e5b","creationDateTime":"2025-11-21T00:56:40.5160083+00:00","userId":"1e6de811-dcde-4bf2-9e34-d3a564aca197","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