Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Filling Reactions

Get Filling Reactions
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/reactions
https://api.relesysapp.net/api/v1/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":"d28299b1-957b-4c29-9e5a-cf78a2bed7aa","fillingId":"dea0dff3-7c1d-4a5a-9c9a-e7f8f3a0e6a0","creationDateTime":"2025-12-13T06:15:28.776709+00:00","userId":"d99e6311-47b4-4fc3-a689-fd8bdabe7560","type":"Like"},{"id":"a590f27b-cf37-473b-8270-849baf76396b","fillingId":"b20eb605-a09f-43f4-a180-3726db90193c","creationDateTime":"2025-12-13T06:15:28.776709+00:00","userId":"bbe7bc9a-d726-4d13-a377-01bee6e17595","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