Relesys API Docs

v1.1

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

Filling Reactions

Get Filling Reactions
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/reactions
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/reactions
Get a list of comments for the filling with ID fillingId.

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
serviceFormId string / guid required
formId string / guid required
fillingId 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":"0f95f816-869c-4a29-bcae-d8d516dcedef","fillingId":"fb8e427d-c907-4853-bfc4-91aaab299d3c","creationDateTime":"2024-10-03T23:45:22.5670849+00:00","userId":"a9267e08-3d71-4f64-953f-c77a6485d23c","type":"Like"},{"id":"3910e813-dcdd-4cd9-9c7e-97ea0b004dec","fillingId":"8ae8811e-764d-4017-9c08-9945b00091b0","creationDateTime":"2024-10-03T23:45:22.5670849+00:00","userId":"1c5cb1f1-71aa-4aa9-ac09-ccb371b09b44","type":"Like"}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   fillingId string / guid      
   id string / guid      
   type string      
   userId string / guid      
  nextUrl string      
  previousUrl string