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":"ebbe70f4-d19e-4c67-9533-0a3bde5efe50","url":null,"fillingId":"f18cd252-c27a-42e6-b506-8cb326e9a92c","fillingUrl":null,"userId":"368d1bb8-f9a4-4787-9efd-8276e889ccb0","userUrl":null,"type":"Like","creationDateTime":"2026-04-14T18:20:41.7975599+00:00"},{"id":"ffce6496-251c-424d-a850-29555d9e18cf","url":null,"fillingId":"1bc8c139-06f6-4c11-8ebb-6cc8020c4a78","fillingUrl":null,"userId":"82d641d8-82e6-47e6-a112-795cfea2db29","userUrl":null,"type":"Like","creationDateTime":"2026-04-14T18:20:41.7975599+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