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":"942f4a3f-1b00-47ef-aa5f-56959f88338b","fillingId":"f1912eed-73c9-4f34-8951-d9bc0d207213","creationDateTime":"2026-07-12T00:35:49.3409005+00:00","userId":"ca73e771-1277-401e-b03a-421948c6971b","type":"Like"},{"id":"f7282d05-59fc-4629-a682-efffc753ca51","fillingId":"d0d55b58-92db-41da-8fbf-e1df57c1aafb","creationDateTime":"2026-07-12T00:35:49.3409005+00:00","userId":"a3f26045-bd5d-477e-b8fc-debbdef3491a","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