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":"f22f95d4-3495-4ff9-91db-f1953d60ddfe","url":null,"fillingId":"453f3188-65e4-4ae7-b2b1-ff2791adb8f0","fillingUrl":null,"userId":"e634d1a7-beaa-42fb-8452-5df73fe13f1f","userUrl":null,"type":"Like","creationDateTime":"2025-11-02T06:12:52.7165944+00:00"},{"id":"c7bd8adf-6016-455a-a335-b4f55f2ff2ad","url":null,"fillingId":"cbd337e6-103d-4ef4-bcbd-59ac3c77a720","fillingUrl":null,"userId":"41f86729-7896-40fd-a727-d012d3027a1f","userUrl":null,"type":"Like","creationDateTime":"2025-11-02T06:12:52.7165944+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