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":"c9f17f85-5443-41e7-b5ed-a16db85591c4","url":null,"fillingId":"a9653562-b868-4a42-841b-aea6866676b6","fillingUrl":null,"userId":"9fc083bd-16b0-4b02-9204-5f09b474d61d","userUrl":null,"type":"Like","creationDateTime":"2026-05-30T15:37:35.2082263+00:00"},{"id":"66fa300c-62ad-4baa-97c2-3e049119f031","url":null,"fillingId":"76248bbc-8d38-439c-bcee-07b8923acab0","fillingUrl":null,"userId":"cfcf55e5-294f-40ba-9ce4-9c0470d59f08","userUrl":null,"type":"Like","creationDateTime":"2026-05-30T15:37:35.2082263+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