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":"872b1655-1f6f-4d53-bead-9b3ec813d0da","url":null,"fillingId":"fb47154b-1848-4124-a07f-262c6cd4fd5f","fillingUrl":null,"userId":"d6dc0edd-1930-4704-9eed-a51891e7cb8e","userUrl":null,"type":"Like","creationDateTime":"2026-03-10T01:04:28.9264278+00:00"},{"id":"17593a0a-62d0-437d-a45d-1e87b95fc9ab","url":null,"fillingId":"3ddc4235-61b0-43cc-9d24-6896f232c5d7","fillingUrl":null,"userId":"b869c956-edb4-4944-94ae-dd6a70efa066","userUrl":null,"type":"Like","creationDateTime":"2026-03-10T01:04:28.9264278+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