Relesys API Docs

v1.3

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

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.uat.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":"60201964-a2a1-490f-9703-178273e6dc8d","url":null,"fillingId":"fa796db5-2d7b-4bea-9236-ae0af7bce46e","fillingUrl":null,"userId":"e850c3d6-c3fd-4968-bcec-5769a1e09030","userUrl":null,"type":"Like","creationDateTime":"2026-01-12T15:03:03.2253612+00:00"},{"id":"dbdffbc7-668e-4a19-b798-c80467a0a358","url":null,"fillingId":"8dd94a30-c296-42ac-a697-4bff24e6af8c","fillingUrl":null,"userId":"ebaa3054-ffe9-4666-86fa-feef5991e9bf","userUrl":null,"type":"Like","creationDateTime":"2026-01-12T15:03:03.2253612+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