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":"19665391-8b3d-464b-bd75-5f2a210b4d99","fillingId":"e73ca378-6956-4dbb-9ec0-199617a97c36","creationDateTime":"2025-09-10T21:58:04.9291681+00:00","userId":"62b5c047-2186-4d70-8f9c-d1e27e5d1b8c","type":"Like"},{"id":"49aabe92-ab18-42c2-9402-e255164797ad","fillingId":"a592c537-5784-4658-a524-09d00fe221a8","creationDateTime":"2025-09-10T21:58:04.9291681+00:00","userId":"6699aa1f-3e49-4acc-bbe2-f879eb7114cf","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