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":"a2dee55e-5e47-4019-a3c5-c1d6d1d4c975","fillingId":"7dddb33e-d252-4c85-816b-0958386498da","creationDateTime":"2026-03-13T17:31:32.2691042+00:00","userId":"6395fcd0-6c4b-40d7-a420-5c6c06946976","type":"Like"},{"id":"ac7ff56e-ba6f-4839-b0c0-816bc5ab7fd6","fillingId":"f01e6d72-91f3-45f3-935c-34507875b760","creationDateTime":"2026-03-13T17:31:32.2691042+00:00","userId":"033102cf-0f5a-4169-b7ed-668f24c80b4b","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