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":"0f88efbb-3c73-4216-9b1c-4ef608ece745","url":null,"fillingId":"5412b73b-0005-4f6f-8830-2fcdff1163c8","fillingUrl":null,"userId":"1c31aeb3-2ab4-4f23-ba72-0db2429e633a","userUrl":null,"type":"Like","creationDateTime":"2026-03-30T11:08:13.9926731+00:00"},{"id":"2f9a2a20-7ba7-46b8-a330-890ce2157a35","url":null,"fillingId":"115039fa-611e-4ece-972d-a2363be852b6","fillingUrl":null,"userId":"17fe5a29-8c43-4a37-8534-57d5193b03e3","userUrl":null,"type":"Like","creationDateTime":"2026-03-30T11:08:13.9926731+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