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":"37f77e8c-b30c-4dc4-adef-776f6afa62a1","fillingId":"fa385309-7fc6-43fa-ad66-2b1b668d7d1c","creationDateTime":"2026-01-30T07:54:12.5158097+00:00","userId":"c069922a-b2c3-4ffd-a03c-5e46663965b4","type":"Like"},{"id":"02a96235-2ec4-467b-8ebc-34a21c862d63","fillingId":"144cb9bc-29f8-48b5-bb83-527f363c25b2","creationDateTime":"2026-01-30T07:54:12.5158097+00:00","userId":"d1f4ad20-9390-4101-bfb7-53fc60c7043f","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