Relesys API Docs

v1.4

https://api.relesystest.net/api/v1.4

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.relesystest.net/api/v1.4/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":"0077f0af-5b5b-41b9-9587-df951db0c60a","url":null,"fillingId":"43c35849-f70a-45b6-a815-2eaeb92f065c","fillingUrl":null,"userId":"b5abf318-2438-415d-aa27-43200e571adc","userUrl":null,"type":"Like","creationDateTime":"2026-06-10T18:06:13.6920241+00:00"},{"id":"52e6bb93-5b63-4ceb-a4d8-461c527c9d34","url":null,"fillingId":"67545953-e4b9-49c9-8f31-54b462e9f386","fillingUrl":null,"userId":"63a00ca4-96c2-46a8-8ae2-0b4b736030dc","userUrl":null,"type":"Like","creationDateTime":"2026-06-10T18:06:13.6920241+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