Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Filling Reactions

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions/{fillingReactionId}
https://api.uat.relesystest.net/api/v1.3/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":"ae776a49-060f-4528-bf10-421dfd9295de","url":null,"fillingId":"c89d07ac-e190-4503-9c5e-44c4a894a2ff","fillingUrl":null,"userId":"1ffd1d16-b2d3-4290-a727-ea583c80bfa3","userUrl":null,"type":"Like","creationDateTime":"2026-04-14T18:20:34.3898511+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