Relesys API Docs

v1.3

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

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.relesysapp.net/api/v1.3/serviceformModules/{moduleId}/forms/{formId}/fillingReactions
Get a list of filling reactions for the form with ID formId.

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
Query String
creationDateTime datetimeoffset Filterable Sortable optional
fillingId string / guid Filterable optional
id string / guid Filterable optional
type string Filterable optional
userId string / guid Filterable optional
sort string Comma separated sort order based on sortable properties optional
offset integer Offset value for use in pagination Default: 0 optional
limit integer Total objects to fetch (max 1000) Default: 200 optional
Responses
application/json
JSON
{"count":2,"data":[{"id":"1731d3e7-442c-46d8-9c18-aa3b9b579c02","url":null,"fillingId":"6fc49f00-b48f-402c-a130-90f01fe35925","fillingUrl":null,"userId":"ef9465e3-4fab-4b90-b88f-3f8a43485916","userUrl":null,"type":"Like","creationDateTime":"2025-12-16T06:21:30.9564158+00:00"},{"id":"d8bc74c7-89f6-4f52-b859-7636cfa91ebe","url":null,"fillingId":"f1d8fa81-0da1-41b6-995e-9956fc0ee1fa","fillingUrl":null,"userId":"511a6d35-263a-43dc-aecd-d962b0703395","userUrl":null,"type":"Like","creationDateTime":"2025-12-16T06:21:30.9564158+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