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":"1b7c543d-25e8-491e-8bba-1eb2a3e9c11e","url":null,"fillingId":"0c44852a-fbba-492c-9fa2-d5e8919ed4c1","fillingUrl":null,"userId":"f13c4db6-006e-4e81-8166-6642f2d3af63","userUrl":null,"type":"Like","creationDateTime":"2024-11-20T06:26:24.8886291+00:00"},{"id":"e46cbe81-7460-4e3d-be88-79ada010b4b9","url":null,"fillingId":"912593f9-ee21-4234-9657-5e2e2a09f884","fillingUrl":null,"userId":"ba7f187e-dd09-4377-be57-26cd8a2b7e20","userUrl":null,"type":"Like","creationDateTime":"2024-11-20T06:26:24.8886291+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