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":"0d72a528-2abc-45d3-a641-fe073031a491","fillingId":"b8653ddd-1331-4c3c-bcb2-9a703b0ab8b9","creationDateTime":"2026-04-03T11:23:47.1233734+00:00","userId":"2dc60225-38fd-484e-a049-20bf5051f2a9","type":"Like"},{"id":"37e6a248-7c4b-46ed-a7ba-e95d618ff63f","fillingId":"8fccfe36-33e4-4012-9030-7e80411b798a","creationDateTime":"2026-04-03T11:23:47.1233734+00:00","userId":"259a318d-7296-4bf9-8371-5052d6e49d81","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