Relesys API Docs

v1.3

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

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.relesystest.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":"ff3d48d8-cfa6-444c-a287-b7d99ee39e49","url":null,"fillingId":"e3414889-6ddf-4473-b080-a2b5806b9691","fillingUrl":null,"userId":"eeaa76aa-27f0-4409-9b64-4484fe8f2944","userUrl":null,"type":"Like","creationDateTime":"2026-04-15T12:34:41.1201202+00:00"},{"id":"e836ea0f-374a-47aa-8faf-3f251947368f","url":null,"fillingId":"15ea1af7-c0ce-427b-8324-80e95f5a9bcf","fillingUrl":null,"userId":"ae06834a-88b0-41d4-91d7-1ce8e4afdf00","userUrl":null,"type":"Like","creationDateTime":"2026-04-15T12:34:41.1201202+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