Relesys API Docs

v1.3

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

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.relesysapp.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":"480fad15-176e-404a-998b-32868c453ab4","url":null,"fillingId":"6a139939-8c6c-42f5-b18f-b84bee9dca5d","fillingUrl":null,"userId":"a988e680-bf19-49d4-9f5f-99ef7ec3c2b0","userUrl":null,"type":"Like","creationDateTime":"2025-06-05T20:57:54.8180849+00:00"},{"id":"1563f366-df34-41ea-ac7c-70f7defdf7a5","url":null,"fillingId":"500bb46f-4a57-4d46-81c8-ee0e316efcc8","fillingUrl":null,"userId":"e537ea7d-d8c4-4203-b50e-50821f169782","userUrl":null,"type":"Like","creationDateTime":"2025-06-05T20:57:54.8180849+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