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":"b434c246-ccbb-4979-a0dc-7adf329a4a79","url":null,"fillingId":"146da138-6364-4c3e-aaf7-fcee48e705c6","fillingUrl":null,"userId":"0c8e2526-eb89-4139-9163-2fef62f96baa","userUrl":null,"type":"Like","creationDateTime":"2026-06-10T19:11:55.9827742+00:00"},{"id":"6927a369-4821-4c92-8851-488a4554cd1d","url":null,"fillingId":"7910f743-2688-45bb-90a7-9804b04e1d5c","fillingUrl":null,"userId":"b16bcc75-162c-4cc6-b42f-6d2bd29bdcb8","userUrl":null,"type":"Like","creationDateTime":"2026-06-10T19:11:55.9827742+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