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":"951165b0-e608-4c74-be81-dac477074828","fillingId":"37186af1-64c2-426f-a01e-6d73d08559f7","creationDateTime":"2026-05-14T15:24:01.2803247+00:00","userId":"04f497d4-9f9d-4864-b78d-ee5df3f31328","type":"Like"},{"id":"d23342fb-35c7-4531-8a5f-5b12ada035f8","fillingId":"b0f48772-92cd-4198-be76-a658f8ea1137","creationDateTime":"2026-05-14T15:24:01.2803247+00:00","userId":"f175d595-ed47-44c0-8291-231d74386f5f","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