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":"f92b2684-2b04-44b3-8948-923d1a362afb","url":null,"fillingId":"9eda08fc-e638-4ad0-95af-635bb6cc0ebc","fillingUrl":null,"userId":"e52166ee-1464-4006-8e6f-0c82807d92d8","userUrl":null,"type":"Like","creationDateTime":"2026-08-09T14:13:31.7563885+00:00"},{"id":"466504b8-14ac-416e-b329-2db5e12d88fc","url":null,"fillingId":"735b4d7f-a1e0-4264-b71b-a409e4002415","fillingUrl":null,"userId":"4b4c69e0-5080-4dc3-b11e-cf0e30eecf92","userUrl":null,"type":"Like","creationDateTime":"2026-08-09T14:13:31.7563885+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