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":"63cd1724-c599-4172-a817-1d3c1b0ed423","fillingId":"78a7f856-42b9-4ac4-a531-40d7e2f0b0bb","creationDateTime":"2025-12-11T11:23:18.7998946+00:00","userId":"5ad0b0e7-2b1c-4c5e-94e8-f631ee10bc44","type":"Like"},{"id":"d0015bed-1703-489c-90f6-c1ef8f3590a3","fillingId":"96dfc169-432d-41d5-b2be-87280e7e900e","creationDateTime":"2025-12-11T11:23:18.7998946+00:00","userId":"a699b323-5800-405b-8f31-b3d46956fc8f","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