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":"e86c842f-7520-4e89-919a-9b62c8b66558","url":null,"fillingId":"422ef10d-41bd-4fee-b594-82901a76a3e2","fillingUrl":null,"userId":"0ef0c2e2-5ce5-4a3d-88fe-edfe62bbcdd7","userUrl":null,"type":"Like","creationDateTime":"2025-09-12T18:22:25.2435851+00:00"},{"id":"577e0e75-39bc-4a61-bb47-05a2d539f0d4","url":null,"fillingId":"0642205e-0369-4a72-bb7e-d5f37ce1e36c","fillingUrl":null,"userId":"8c6323bd-9484-4483-b999-39e76b627cf5","userUrl":null,"type":"Like","creationDateTime":"2025-09-12T18:22:25.2435851+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