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":"fc054018-b08e-4563-ba0e-a3a4f28a4185","url":null,"fillingId":"205add6b-679f-4553-9319-c71ac6b01001","fillingUrl":null,"userId":"cefe6d45-7b3d-4a89-8d70-8aa64720a327","userUrl":null,"type":"Like","creationDateTime":"2026-04-19T15:34:50.5468151+00:00"},{"id":"542946ae-a1ca-40c4-b998-364bcdb38e6e","url":null,"fillingId":"5e8bd010-2c1b-48ff-9336-8027a28c09e8","fillingUrl":null,"userId":"0d5aecc1-2015-4e6c-9cce-39cd2aeb557d","userUrl":null,"type":"Like","creationDateTime":"2026-04-19T15:34:50.5468151+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