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":"304eb600-0c63-4763-a44d-4193304fc05e","url":null,"fillingId":"0948347a-96c5-4b32-9bd4-c33847cc6888","fillingUrl":null,"userId":"ab156af7-07bd-49ff-a038-70920eafc00b","userUrl":null,"type":"Like","creationDateTime":"2025-04-02T22:29:04.975582+00:00"},{"id":"af4ab411-f3f4-43ec-8dee-d791e17fa4e2","url":null,"fillingId":"da7ab15b-cef2-49be-9544-ae83fcbc66f8","fillingUrl":null,"userId":"2b3caef6-e114-4571-befb-4ab815babd4c","userUrl":null,"type":"Like","creationDateTime":"2025-04-02T22:29:04.975582+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