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":"6da4054a-8fb7-46e7-a15b-02251cc608fa","url":null,"fillingId":"3868af54-f409-49bb-8f8d-6f7174b8bde9","fillingUrl":null,"userId":"07c550f9-a5b9-4bc3-907c-747cf5354b8e","userUrl":null,"type":"Like","creationDateTime":"2025-04-02T22:31:23.2287434+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