Relesys API Docs

v1.4

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

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.relesysapp.net/api/v1.4/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":"ed19a127-f6d9-4a2d-95a5-e1434c9353c9","url":null,"fillingId":"dfe3572b-dae5-405b-984b-4237e2db98a7","fillingUrl":null,"userId":"d3001e63-855c-45da-9c69-ae6ee16d4fe8","userUrl":null,"type":"Like","creationDateTime":"2026-05-30T14:33:32.7091026+00:00"},{"id":"274e155e-60c5-4dbd-aec9-87930f0aad02","url":null,"fillingId":"cfa9730b-e353-45da-b017-b133b2d608ca","fillingUrl":null,"userId":"84f404a2-e831-430a-8194-a05c88000789","userUrl":null,"type":"Like","creationDateTime":"2026-05-30T14:33:32.7091026+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