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":"695a1221-1594-415c-8e98-06ad1b028a9f","url":null,"fillingId":"e2c090c6-f2d8-4341-8820-d662c8106b50","fillingUrl":null,"userId":"e427e726-a8d1-4f54-aa89-fecb52d79280","userUrl":null,"type":"Like","creationDateTime":"2026-08-09T15:56:31.8795071+00:00"},{"id":"9a57ab43-850d-41e8-8fd4-241a499097ec","url":null,"fillingId":"e41c8085-a92a-41cc-86da-0cdff49342de","fillingUrl":null,"userId":"514d603b-0b8c-4b6e-bc93-7c2412776b2a","userUrl":null,"type":"Like","creationDateTime":"2026-08-09T15:56:31.8795071+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