Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Filling Reactions

Get Filling Reactions
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/reactions
https://api.relesysapp.net/api/v1/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":"54d584af-a1af-4c37-97ba-081654dcbab1","fillingId":"da9f6dfa-2b98-404c-b056-c3bb3d189e62","creationDateTime":"2025-05-01T02:51:00.3885339+00:00","userId":"510add45-5122-4e26-b7f2-8f58854d7a49","type":"Like"},{"id":"14ff11cd-0e5f-4d18-accd-61ad3e9e8a25","fillingId":"9072ea79-1f57-4065-9e90-62502f28c51b","creationDateTime":"2025-05-01T02:51:00.3885339+00:00","userId":"df35d461-5f2d-4448-a5e9-b63742660ac4","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