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":"4db35931-a846-4fea-9337-46295dba4d86","url":null,"fillingId":"c520dd8f-7ee6-41eb-81bd-53e1d295cfcd","fillingUrl":null,"userId":"a7854259-4b97-422d-9733-2ca663bf9e70","userUrl":null,"type":"Like","creationDateTime":"2026-05-10T11:31:09.4952845+00:00"},{"id":"e397ed64-7dfe-47d3-b03f-bdf83c817cf9","url":null,"fillingId":"f5ba3feb-a362-4c6d-9892-8e187976da41","fillingUrl":null,"userId":"cc0ab8d2-737c-44ae-91f7-61abb593ee8e","userUrl":null,"type":"Like","creationDateTime":"2026-05-10T11:31:09.4952845+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