Relesys API Docs

v1.4

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

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.relesysapp.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":"d1017ca7-3cf8-4e69-a581-6423aaed136b","url":null,"fillingId":"0ae9d895-7d7b-4d52-bd45-f6240bc1dea9","fillingUrl":null,"userId":"8641d77f-7a5a-4d08-ae34-42ff04357862","userUrl":null,"type":"Like","creationDateTime":"2026-09-19T09:05:41.1747716+00:00"},{"id":"4c13b340-cf7d-4917-8315-3844574d10fa","url":null,"fillingId":"cc57b2be-a9f9-486e-b50b-c27ba12e86c4","fillingUrl":null,"userId":"72c4b65c-37e3-4d72-9699-1cd3a8d6d84d","userUrl":null,"type":"Like","creationDateTime":"2026-09-19T09:05:41.1747716+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