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":"f6f809ce-fe3c-454f-9aa4-bab94fdcdc15","url":null,"fillingId":"892abd64-945d-4eae-a07d-84dcd4f0d2fd","fillingUrl":null,"userId":"de1f36cd-6507-4370-a1ec-0ebd0746076c","userUrl":null,"type":"Like","creationDateTime":"2025-07-09T11:26:08.9961286+00:00"},{"id":"b85c533d-bcd3-4675-80a5-5a7bd66fba51","url":null,"fillingId":"ce8eed3d-589e-4d83-8716-52ab183eedb6","fillingUrl":null,"userId":"14db057a-5824-4d5b-a1a7-f8775ac2e3f1","userUrl":null,"type":"Like","creationDateTime":"2025-07-09T11:26:08.9961286+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