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":"e86bd6c4-94bb-477d-ad5d-d129d12178db","fillingId":"0e8dfb10-5d2d-42c5-8299-6c5c2ded46d4","creationDateTime":"2026-04-24T09:32:51.1523294+00:00","userId":"e661c2ea-6c80-4480-bcf7-382f33ee1cab","type":"Like"},{"id":"29addab8-9284-420d-9e6d-61ecda26cb0b","fillingId":"e5eb9864-c859-4599-80d7-590ee2264a7a","creationDateTime":"2026-04-24T09:32:51.1523294+00:00","userId":"09448d84-f2da-42c3-b461-9cf036f64bae","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