Relesys API Docs

v1.4

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

Filling Reactions

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions/{fillingReactionId}
https://api.relesystest.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":"2c456877-c6e0-48bc-8eaa-c40fa604cf39","url":null,"fillingId":"19fa9dbb-7cc8-4e41-ae97-7839f20a37fc","fillingUrl":null,"userId":"d38dbe66-33bb-4cf7-8633-c51ca5313507","userUrl":null,"type":"Like","creationDateTime":"2026-06-10T18:05:39.5964441+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