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":"d202e85e-18e1-4d88-9412-93c8d6cd575f","url":null,"fillingId":"501934b2-1bc4-4b5d-b84f-35e66747b833","fillingUrl":null,"userId":"6fccbbcb-9d42-4931-b9cd-13e30aca2528","userUrl":null,"type":"Like","creationDateTime":"2025-10-12T20:08:48.8089661+00:00"},{"id":"b0247378-ca32-4405-9d25-eec6a78dc1a2","url":null,"fillingId":"eb94279d-aef1-44e2-85d6-4341479702d8","fillingUrl":null,"userId":"ad10920c-480c-470a-8f08-57c6eee05463","userUrl":null,"type":"Like","creationDateTime":"2025-10-12T20:08:48.8089661+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