Relesys API Docs

v1.4

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

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.uat.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":"b2646f95-d3b1-4b3a-9f7a-24fdf9fcbb15","url":null,"fillingId":"e3bb386e-e429-4223-94d4-da60f0cae360","fillingUrl":null,"userId":"d5aca133-f1c4-49ea-ab96-8083509d8215","userUrl":null,"type":"Like","creationDateTime":"2026-06-22T16:20:38.702772+00:00"},{"id":"f8817c85-de3a-463f-a366-f9775438f198","url":null,"fillingId":"0305a557-8802-41f1-b4ec-47a64afd470c","fillingUrl":null,"userId":"3d993ea4-9123-4e1b-9d7f-9611e5f59976","userUrl":null,"type":"Like","creationDateTime":"2026-06-22T16:20:38.702772+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