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":"925e8381-1cd3-4704-8e73-23395b719fff","url":null,"fillingId":"2dd5c03d-b90d-473e-b9de-1d7a176c5f71","fillingUrl":null,"userId":"8d22ea91-b926-4356-bbab-dc44af8504c3","userUrl":null,"type":"Like","creationDateTime":"2024-07-26T07:58:20.0594072+00:00"},{"id":"bf1be8d4-30b0-4c58-baf6-6f3db6556229","url":null,"fillingId":"f1eee4eb-abdd-4d90-a52f-bb73788944cc","fillingUrl":null,"userId":"5dd1ba56-a272-48e1-afaa-356938c4d254","userUrl":null,"type":"Like","creationDateTime":"2024-07-26T07:58:20.0594072+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