Relesys API Docs

v1.4

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

Filling Reactions

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions/{fillingReactionId}
https://api.relesysapp.net/api/v1.4/serviceformModules/{moduleId}/forms/{formId}/fillingReactions/{fillingReactionId}
Get the filling reaction with ID fillingReactionId.

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
moduleId string / guid required
formId string / guid required
fillingReactionId string / guid required
Responses
application/json
JSON
{"data":{"id":"31563a4f-36c8-46ed-82de-91b217e3352b","url":null,"fillingId":"af400a9a-bc0b-4bb8-908b-38a7eed18e25","fillingUrl":null,"userId":"56f25253-4eac-4801-9e2e-1fedc0ae905d","userUrl":null,"type":"Like","creationDateTime":"2026-06-06T20:21:37.6070347+00:00"}}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   type string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string