Relesys API Docs

v1.2

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

Filling Reactions

List
GET /serviceformModules/{moduleId}/forms/{formId}/fillingReactions
https://api.relesysapp.net/api/v1.2/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":"f3d76981-78c8-4dc6-a1a4-9c2061798412","url":null,"fillingId":"a8dea474-9970-45ab-bc19-901367d61bf6","fillingUrl":null,"userId":"90b11253-1e83-446f-8c36-3c2cda3640e7","userUrl":null,"type":"Like","creationDateTime":"2024-04-26T17:09:32.6783883+00:00"},{"id":"4f3d89f8-ae6e-47fc-87b3-7d7481af8102","url":null,"fillingId":"d26dd815-3994-4e54-baf0-5d5d65bf46f1","fillingUrl":null,"userId":"1ba6ab83-c5c6-40f6-b585-7016dfee03ef","userUrl":null,"type":"Like","creationDateTime":"2024-04-26T17:09:32.6783883+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