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":"f8990a4d-7f96-411d-b5df-8aab9f64746e","url":null,"fillingId":"4f2d7404-7535-4626-a3a5-985655409696","fillingUrl":null,"userId":"3f448b5f-3e4b-44e2-b438-c308d8c3f05f","userUrl":null,"type":"Like","creationDateTime":"2025-04-24T09:41:00.3243214+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