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":"c1d05532-995a-48e9-9eb4-f10086ff322f","fillingId":"5484ba82-9180-45f2-a458-f5e2d674801b","creationDateTime":"2026-02-19T20:59:15.2920454+00:00","userId":"c40675eb-3dd0-4f3e-8dfd-47e8689b8049","type":"Like"},{"id":"f635c1de-4e83-448c-a17d-2707426fe209","fillingId":"62320ae2-d3a2-42e4-b6b5-b966401fd7e1","creationDateTime":"2026-02-19T20:59:15.2920454+00:00","userId":"3d4f0bb4-ad09-4938-b654-a06f7afe3ad2","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