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":"8c6585dc-8413-4e72-a060-f25b731e7f54","url":null,"fillingId":"33cb51af-2a66-4500-8899-c709450feeac","fillingUrl":null,"userId":"2cbf6f5b-16c7-4282-9e92-4c6bd5777a15","userUrl":null,"type":"Like","creationDateTime":"2026-08-21T23:33:43.7444697+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