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":"c83b6369-e84d-4784-a7fb-72f9b53b9ae2","url":null,"fillingId":"1c9b16ff-3e62-4300-9385-7818a5c6a0f2","fillingUrl":null,"userId":"045f7a21-8798-44c0-a583-0898257cca63","userUrl":null,"type":"Like","creationDateTime":"2025-06-26T14:03:51.2067412+00:00"},{"id":"92ce23c4-c907-464e-9a06-68de42aed66d","url":null,"fillingId":"04289e80-7aa3-49e7-b861-6eb8f17e9719","fillingUrl":null,"userId":"6b8079d7-6a81-4170-982e-29aab782a241","userUrl":null,"type":"Like","creationDateTime":"2025-06-26T14:03:51.2067412+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