Relesys API Docs

v1.4

https://api.relesystest.net/api/v1.4

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.relesystest.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":"6cf4e50d-caa0-4005-999d-ac4dc6280548","url":null,"fillingId":"ac56b12f-9303-4938-9428-0ee47071a102","fillingUrl":null,"userId":"e149e1f8-0aa2-402a-9151-3e7cc33be6fb","userUrl":null,"type":"Like","creationDateTime":"2026-08-21T23:33:59.4339412+00:00"},{"id":"f2368106-7e8c-4e96-8b1d-413608a9dfe0","url":null,"fillingId":"57032154-a446-4247-9165-6158d6e7ad00","fillingUrl":null,"userId":"6a3e14e9-fb24-4cd0-9023-9ab93f3fb5e1","userUrl":null,"type":"Like","creationDateTime":"2026-08-21T23:33:59.4339412+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