Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.relesysapp.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":"8c9a0c1d-536f-4e2b-b481-0de87c1b0542","url":null,"fillingId":"5ddc96a9-a15a-424f-84e6-17c447c46c75","fillingUrl":null,"userId":"c272a23c-2efc-4be7-9794-9b936b245307","userUrl":null,"type":"Like","creationDateTime":"2026-07-11T20:42:06.1228302+00:00"},{"id":"f4d05089-587d-416a-8d84-c6580f63b1a5","url":null,"fillingId":"ad47e8ae-be99-4038-ac9d-da007d76467b","fillingUrl":null,"userId":"d4924e84-94f5-403d-8762-af6924406678","userUrl":null,"type":"Like","creationDateTime":"2026-07-11T20:42:06.1228302+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