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":"22970f12-ee17-4fe1-870f-2ab6a266e532","url":null,"fillingId":"cce279bf-d9ca-4ed7-be2d-aeb0497073ae","fillingUrl":null,"userId":"112fc02a-49c3-4d5d-ac6d-21e4a82f7c95","userUrl":null,"type":"Like","creationDateTime":"2025-07-29T11:13:27.204865+00:00"},{"id":"ae3fe31e-40ae-479f-a090-c242c6633fe2","url":null,"fillingId":"8ee1dc12-7d71-45a2-9ec7-68f5dbb2aeaa","fillingUrl":null,"userId":"0dc99b07-9d53-428b-a3f7-5010d05a4ea2","userUrl":null,"type":"Like","creationDateTime":"2025-07-29T11:13:27.204865+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