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":"6dc352ba-5a66-42d4-bf8c-8b3a4e65e34b","url":null,"fillingId":"a32eec6f-9f7a-40a5-9194-4b474557862a","fillingUrl":null,"userId":"16a69d65-3f90-4768-aedb-ec7826634434","userUrl":null,"type":"Like","creationDateTime":"2025-03-20T14:44:23.7000402+00:00"},{"id":"01876138-ab19-4e71-8f38-cc15846f1bed","url":null,"fillingId":"588e445a-d058-42a0-bf60-e61d1df24110","fillingUrl":null,"userId":"a1fbcf1c-f5a1-4666-aab4-0235ac57b385","userUrl":null,"type":"Like","creationDateTime":"2025-03-20T14:44:23.7000402+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