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":"12057c71-8cff-47ba-bbd6-ded92e5fb62f","fillingId":"8781289b-ed2f-435e-8d2b-a07d60e2db29","creationDateTime":"2026-01-09T22:51:21.6250134+00:00","userId":"f5ad46bb-2137-4d24-abce-cbf00477e1da","type":"Like"},{"id":"5cd099ae-3a12-4c6a-b27b-bec2182086e2","fillingId":"357779e5-90a9-43f9-9b43-26aca7f8dcd6","creationDateTime":"2026-01-09T22:51:21.6250134+00:00","userId":"fcac4af5-6ea9-409f-b65d-fd6b1cfbb940","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