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":"b82573a3-9b1b-4ddc-bf2c-60ad2e5f038a","url":null,"fillingId":"d05367cb-bb15-4cbd-8112-7e088c8b8753","fillingUrl":null,"userId":"abfb0135-8660-4ad3-9b9e-ca64f72de58f","userUrl":null,"type":"Like","creationDateTime":"2025-04-24T09:39:46.4084949+00:00"},{"id":"6a8d5f9f-8ae5-4e8a-b0b4-ba074084926a","url":null,"fillingId":"fcfed853-7174-4ee1-804f-cc2a2b4f2c7c","fillingUrl":null,"userId":"c4fce265-7d35-456f-9893-91234786cd21","userUrl":null,"type":"Like","creationDateTime":"2025-04-24T09:39:46.4084949+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