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":"9cbceb2d-6edf-4651-8850-c957e9e43d45","url":null,"fillingId":"b75ba12f-3727-42e0-91a5-1a835087e178","fillingUrl":null,"userId":"1db7bb3c-9039-4019-ab1b-99b9e299229c","userUrl":null,"type":"Like","creationDateTime":"2025-01-15T13:16:00.6650952+00:00"},{"id":"debc8010-fb34-478f-8026-cad462eb12ce","url":null,"fillingId":"693454a7-b2cb-4e6e-ab6a-e7e16094f49e","fillingUrl":null,"userId":"8d977757-ae2f-4ef2-b795-81640f123ea7","userUrl":null,"type":"Like","creationDateTime":"2025-01-15T13:16:00.6650952+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