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":"71a73041-58ff-4d6e-9631-3ff3aef1552c","fillingId":"d635351f-0989-4188-849b-58c10acb6906","creationDateTime":"2026-08-30T02:23:29.1323746+00:00","userId":"c6f66ba4-875a-4225-9a79-9f267ca1c75e","type":"Like"},{"id":"52f45634-1004-482b-b297-eaa3a4f03295","fillingId":"606849d2-04f7-44e2-ade2-2ef8ef4301b1","creationDateTime":"2026-08-30T02:23:29.1323746+00:00","userId":"9ae3f0c1-9699-412e-87af-55c642cc0f88","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