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":"229bf233-125a-4fd0-952d-37d490970a98","fillingId":"018947e8-e6a9-4eaf-b042-9dfabebf4dde","creationDateTime":"2026-04-03T09:51:29.6778239+00:00","userId":"0ead0864-38cc-47ed-b45b-480f54715a57","type":"Like"},{"id":"80171f1a-5697-42fd-b9ed-f5003a460a6e","fillingId":"9fa4b1e6-89ed-4407-a1d8-c91b803b604e","creationDateTime":"2026-04-03T09:51:29.6778239+00:00","userId":"c353a0c8-4507-417b-9b59-45a329b052af","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