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":"f30150e4-7c9a-4552-89ad-c477af34a3a6","url":null,"fillingId":"1a7149c0-46af-47f6-b82d-31a1d0661341","fillingUrl":null,"userId":"f202cfc5-fe76-4f29-a331-15d506133845","userUrl":null,"type":"Like","creationDateTime":"2025-11-26T00:54:26.5135672+00:00"},{"id":"8ab9bc7e-45b0-4a02-9080-153f719266c0","url":null,"fillingId":"336548ca-cd8f-432d-a679-232ffef6b17a","fillingUrl":null,"userId":"e1ae49f0-8318-491c-89d9-b1745724c6f3","userUrl":null,"type":"Like","creationDateTime":"2025-11-26T00:54:26.5135672+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