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":"817b25cf-4d4d-4be0-9f84-489b990cf982","fillingId":"75a17eba-3c0b-40a9-bfd0-96e54b539e7a","creationDateTime":"2026-09-22T10:03:07.7454408+00:00","userId":"cd02b235-6b92-40e4-b2fa-e3c7dd185b21","type":"Like"},{"id":"54a9e3e5-9148-45dc-bac6-61518ad3488a","fillingId":"f825ea70-9f56-4dc8-887a-81c81c5fa750","creationDateTime":"2026-09-22T10:03:07.7454408+00:00","userId":"e9bd1703-020a-420e-b12d-08db5814080d","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