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":"606bafe5-1335-4682-952f-525489b3eddc","url":null,"fillingId":"5de6833e-d16e-4896-a54a-639b3b406a2b","fillingUrl":null,"userId":"ea6951e7-c541-4a07-bbfe-24c3323e6b42","userUrl":null,"type":"Like","creationDateTime":"2024-10-03T06:31:52.8498854+00:00"},{"id":"c0e1ca45-414b-4d67-a8b0-0382625a8c39","url":null,"fillingId":"d63c6ee7-3dbf-4f22-980d-d07cabfd8e33","fillingUrl":null,"userId":"8271c1b1-8d41-4738-be85-75ed1fd195f7","userUrl":null,"type":"Like","creationDateTime":"2024-10-03T06:31:52.8498854+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