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":"0c3a2e31-35c7-4926-83ea-8d7d485c6220","fillingId":"ee748b61-8f3d-4ea9-be80-d5bda0fd3e13","creationDateTime":"2025-07-03T00:44:33.4627707+00:00","userId":"041d29e1-8f5a-46c7-be80-8d5bbd3c37d0","type":"Like"},{"id":"8d517c55-58d7-4c0a-ab94-9a42fbeea862","fillingId":"7c8895b6-c701-4c81-b4f9-b1f47afa22b1","creationDateTime":"2025-07-03T00:44:33.4627707+00:00","userId":"4d246474-c911-4f94-82a2-739d7826a928","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