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":"1c526ac7-cd3c-434d-8735-2fc3447d539c","url":null,"fillingId":"7bf142b9-1e43-4cf7-9991-297d24fddf5d","fillingUrl":null,"userId":"e29a03a9-a56d-4370-9efe-e1567784cdbe","userUrl":null,"type":"Like","creationDateTime":"2026-04-19T13:49:52.6678277+00:00"},{"id":"9100c71f-cb5b-4ab9-bc30-e9139f7c8fa9","url":null,"fillingId":"4406a142-7620-415d-a7d9-c2b29c4fa7ee","fillingUrl":null,"userId":"43c66170-ecb8-4770-84b0-312f815e311c","userUrl":null,"type":"Like","creationDateTime":"2026-04-19T13:49:52.6678277+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