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":"68ca2803-3c0a-4150-978b-7083d7766421","url":null,"fillingId":"cef25a2f-e59f-42b2-a701-fa4e99d249ba","fillingUrl":null,"userId":"d7c3463d-0c8b-4f59-9d36-c46ed1a98f34","userUrl":null,"type":"Like","creationDateTime":"2026-01-27T11:42:54.9975027+00:00"},{"id":"6eeb87d1-0022-44cd-b8fb-fac0a417ab05","url":null,"fillingId":"0cc9a44d-392c-4ca8-b863-70b8100d5cd6","fillingUrl":null,"userId":"51c85f26-cb2c-4895-8562-6827cae677d5","userUrl":null,"type":"Like","creationDateTime":"2026-01-27T11:42:54.9975027+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