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":"02601610-fb72-44aa-8719-d5f32a5ce8b8","url":null,"fillingId":"720decf5-973e-4e73-afff-22c5531394fe","fillingUrl":null,"userId":"d1b67ecb-c39c-4ccd-919f-832b42f75a7c","userUrl":null,"type":"Like","creationDateTime":"2025-08-22T05:49:19.8147703+00:00"},{"id":"a9102d80-7ced-40c2-b5ad-d5e6c114b55b","url":null,"fillingId":"01c968b7-3129-48c8-9f09-f82edc93f131","fillingUrl":null,"userId":"bbc4072d-672e-4f3d-b7fa-8041bdc0dbd9","userUrl":null,"type":"Like","creationDateTime":"2025-08-22T05:49:19.8147703+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