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":"707fddc2-2bfe-497d-85a7-63ccbc9dd692","url":null,"fillingId":"aa1e2c2f-529d-4c89-87bc-41fd6f829030","fillingUrl":null,"userId":"b6462fe9-3029-40f8-bc56-678ed2db165f","userUrl":null,"type":"Like","creationDateTime":"2026-06-21T19:25:30.5891463+00:00"},{"id":"fc5ca4af-1c99-47e1-bd42-a9cde9132c20","url":null,"fillingId":"b3d206ba-66a0-43d0-8bae-2c8bc5f8d1f1","fillingUrl":null,"userId":"37680c59-bf70-4667-aa48-24777b27e19d","userUrl":null,"type":"Like","creationDateTime":"2026-06-21T19:25:30.5891463+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