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":"97a5b0fe-bdeb-41f1-8a64-1641a7f807cc","url":null,"fillingId":"31bbe0f0-a6f7-46a6-b58c-49fdeeccc248","fillingUrl":null,"userId":"99682e91-1765-4027-a0b2-26f0f245e576","userUrl":null,"type":"Like","creationDateTime":"2024-12-01T10:19:31.8768238+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