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":"8dedad6b-9829-4bb6-bfc4-87df98df2aa4","fillingId":"9e1913b9-b3f7-4560-ad1f-a9c2b705aa62","creationDateTime":"2026-02-19T22:27:02.3953804+00:00","userId":"41adcd66-d023-4073-a379-2ac54180cefc","type":"Like"},{"id":"99646a97-6faf-4ef8-b9f7-159be3018220","fillingId":"b3aca53a-b83a-45b0-8aa3-b3009a265206","creationDateTime":"2026-02-19T22:27:02.3953804+00:00","userId":"a10e2cc5-aa62-4b8f-a853-1d10fcfff83f","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