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":"1b0b739c-8056-456f-911b-a8da844aae5e","url":null,"fillingId":"645f3e1c-a9c0-4514-bd99-9a8a507ad154","fillingUrl":null,"userId":"e2cd88fa-90b0-42b9-a31b-47c9791b6644","userUrl":null,"type":"Like","creationDateTime":"2026-01-14T15:05:50.7076413+00:00"},{"id":"875a09f0-5e3b-48f9-bd05-82eb0ff9c76a","url":null,"fillingId":"d7acb358-23e8-41d4-b452-025b387144a4","fillingUrl":null,"userId":"2f90d4ec-e129-4f24-aec3-b6b0c0fdf698","userUrl":null,"type":"Like","creationDateTime":"2026-01-14T15:05:50.7076413+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