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":"435f6954-11d2-4323-82f3-46b5ce483816","fillingId":"787e07d8-078a-4acb-b444-b1dcb1eecd03","creationDateTime":"2025-08-18T17:12:46.786854+00:00","userId":"0a69b51c-9123-4b71-ba80-4a81e95b9ad6","type":"Like"},{"id":"b6877a55-0263-4a53-8cbc-0b574dcf063c","fillingId":"2b5ff0d0-da7a-476b-9f05-9b2525b3ebf2","creationDateTime":"2025-08-18T17:12:46.786854+00:00","userId":"a4e471ee-51a3-405e-8e01-fb625b49e4ac","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