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":"413c58a0-acf1-438f-9bce-2521eb94d43a","fillingId":"c7bcc832-a42d-49c1-94b8-21d79aab9bfc","creationDateTime":"2025-06-12T16:56:00.2494786+00:00","userId":"a10f2fec-073e-48d2-bbb3-2b938a3694ef","type":"Like"},{"id":"961f848b-d627-4c94-95e4-0520c8936fb9","fillingId":"2bd1a88f-bc2a-4cd3-98d1-a93c8956bc6a","creationDateTime":"2025-06-12T16:56:00.2494786+00:00","userId":"fdd52d6f-5c94-43f9-9a89-c3b8e9d0fe5d","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