Relesys API Docs

v1.1

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

Fillings

Get Filling Feedback
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/feedback
https://api.relesysapp.net/api/v1.1/serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/feedback
Get feedback for the filling with ID fillingId
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
Responses
application/json
JSON
{"data":{"id":"a0736afe-2092-46cf-a97a-82a090671914","serviceFormId":"cb0643ea-29e9-4e38-a6cb-b551297ff9e3","formId":"5794326b-eb01-4161-94c0-5eafc4691f4c","fillingId":"b3dad615-eadd-40bd-8f2d-36749490abd4","creationDateTime":"2026-06-02T16:14:03.8597942+00:00","lastModifiedDateTime":"2026-06-07T16:14:03.8597942+00:00","userId":"f0b4d597-df71-4971-8f6d-bbcde2764881","rating":5}}
object
  creationDateTime datetimeoffset      
  fillingId string / guid      
  formId string / guid      
  id string / guid      
  lastModifiedDateTime datetimeoffset      
  rating integer      
  serviceFormId string / guid      
  userId string / guid