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":"47e49672-2a75-4882-86bc-fea8dba4096a","url":null,"fillingId":"10d7dd4d-4f66-437f-9c36-cdea1b81ef83","fillingUrl":null,"userId":"307c19ea-52c6-49a4-b46d-42e840dc9a56","userUrl":null,"type":"Like","creationDateTime":"2026-08-30T06:09:48.3069014+00:00"},{"id":"2e953a42-7e12-4c89-836f-b3ce4cf5814c","url":null,"fillingId":"3f0f4d14-e395-42fd-b361-bef82c1c4b66","fillingUrl":null,"userId":"9eb9fb10-4f8e-42c5-835a-c572bb7b1794","userUrl":null,"type":"Like","creationDateTime":"2026-08-30T06:09:48.3069014+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