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":"7c37dbd7-1c7b-4dc6-a2c8-912b12204fe6","url":null,"fillingId":"9ee76794-dc26-4ff3-a3ef-24f6bf9660cd","fillingUrl":null,"userId":"5fba7636-0107-4d83-a45e-87ffc175b153","userUrl":null,"type":"Like","creationDateTime":"2025-01-21T04:56:43.1986607+00:00"},{"id":"e6fc62e5-6867-4c2b-8ed8-1d045da3e32f","url":null,"fillingId":"790ced05-2b2f-4438-811c-61bca2e18138","fillingUrl":null,"userId":"9a7a41e6-0b25-461e-85fa-04005f2a34b7","userUrl":null,"type":"Like","creationDateTime":"2025-01-21T04:56:43.1986607+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