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":"648a39c6-da7d-4ff7-a134-bb5296dc0bef","url":null,"fillingId":"394e4016-d417-4461-b983-3a732874e2e9","fillingUrl":null,"userId":"1fdc52e1-83e9-4117-a7c3-b201b349eff9","userUrl":null,"type":"Like","creationDateTime":"2026-02-17T16:04:04.8457245+00:00"},{"id":"d2003e8b-98d1-410b-8bb2-b29ad097db46","url":null,"fillingId":"539680f0-a0b2-4a53-8234-b2bd1e31939b","fillingUrl":null,"userId":"e4c1ca6c-2613-42b0-a7cd-1d994c454e4a","userUrl":null,"type":"Like","creationDateTime":"2026-02-17T16:04:04.8457245+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