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":"e4480e3a-8d5e-46b1-9188-e90812347ed6","url":null,"fillingId":"256cf725-1616-4894-b809-cd534f9f51b2","fillingUrl":null,"userId":"93c25f6e-b326-4bf2-aaf5-ef04ae9a2cd3","userUrl":null,"type":"Like","creationDateTime":"2026-07-11T22:05:48.1179616+00:00"},{"id":"319a4884-2168-447f-a43f-5f1dfa813a57","url":null,"fillingId":"81944260-d967-4ba6-9b07-b6b193f878c2","fillingUrl":null,"userId":"a7bbda5b-993d-4778-bd4a-41124476f2ef","userUrl":null,"type":"Like","creationDateTime":"2026-07-11T22:05:48.1179616+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