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":"99cd8a99-231c-401e-b90f-5a2a20ece02a","url":null,"fillingId":"51f765c2-6cb6-448b-8a52-add70b9c4860","fillingUrl":null,"userId":"521dfebe-74c8-4b54-ac8e-290261a5ebbc","userUrl":null,"type":"Like","creationDateTime":"2026-02-12T20:37:49.0632272+00:00"},{"id":"0fb5a5d2-c136-493e-b401-39384f484497","url":null,"fillingId":"ee488891-2ba1-47e1-b210-0feb63a02c2b","fillingUrl":null,"userId":"056ac106-ae59-4bdd-989e-2a47ce631f16","userUrl":null,"type":"Like","creationDateTime":"2026-02-12T20:37:49.0632272+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