Relesys API Docs

v1.3

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

Filling Reactions

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions/{fillingReactionId}
https://api.relesysapp.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":"3144bee6-4129-4e60-aab9-4c9030f38ca9","url":null,"fillingId":"36bd5696-327b-4652-95c4-1892726c4568","fillingUrl":null,"userId":"e8ea8d7d-d69b-44fb-9497-28d9342828ba","userUrl":null,"type":"Like","creationDateTime":"2025-01-21T04:32:54.1761482+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