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":"6a01e223-eac5-4f1d-9ef9-36f8095f0a14","url":null,"fillingId":"fc4c8f35-3efa-451f-bbbd-f983e2b0072d","fillingUrl":null,"userId":"f7f59c44-4ee4-43fb-9a07-71b1412b346e","userUrl":null,"type":"Like","creationDateTime":"2026-06-21T18:10:55.5297878+00:00"},{"id":"ac64880d-1972-4bef-8f9f-5c10891be566","url":null,"fillingId":"9282016c-4726-4293-a5a1-e456d94ea158","fillingUrl":null,"userId":"466b4a91-fcca-4833-bcbc-a0686eb5f904","userUrl":null,"type":"Like","creationDateTime":"2026-06-21T18:10:55.5297878+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