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":"1e60d27c-e337-4ae5-bf5a-3b7829814cc0","url":null,"fillingId":"09e14a4d-12c5-4760-88e0-d5c02fee5f5b","fillingUrl":null,"userId":"55b72f2c-f914-4df5-9e78-fbd0abee91bf","userUrl":null,"type":"Like","creationDateTime":"2026-03-09T23:42:08.8786607+00:00"},{"id":"e3bae6dd-f4c5-4753-858c-153a4d946033","url":null,"fillingId":"2f761688-7fca-479e-8586-921e10c8005e","fillingUrl":null,"userId":"1e55c7f5-1872-4279-a007-dae2c973d9c4","userUrl":null,"type":"Like","creationDateTime":"2026-03-09T23:42:08.8786607+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