Relesys API Docs

v1.2

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

Filling Reactions

Get
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions/{fillingReactionId}
https://api.relesysapp.net/api/v1.2/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":"2d3468ef-de27-449b-a536-ba96ff391f0a","url":null,"fillingId":"77c19a26-dc9b-4c25-8b53-bdeca6ea5b68","fillingUrl":null,"userId":"6525e5f1-cc89-495c-9e4d-31b8a562d3fb","userUrl":null,"type":"Like","creationDateTime":"2024-04-27T07:10:27.0088298+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