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":"3f0db760-8bf5-41fa-a40a-917198dd30fb","serviceFormId":"10590e70-4165-4dcc-8430-4f2512469de1","formId":"9d3b2d1a-78a8-4f2b-84b9-19d8e5bbe586","fillingId":"68418952-28e2-4b9c-a9c1-b04b0bbba902","creationDateTime":"2025-09-28T19:37:31.8444269+00:00","lastModifiedDateTime":"2025-10-03T19:37:31.8444269+00:00","userId":"518247c2-d68a-4300-83be-d9f5d5c92f45","rating":5}}
object
  creationDateTime datetimeoffset      
  fillingId string / guid      
  formId string / guid      
  id string / guid      
  lastModifiedDateTime datetimeoffset      
  rating integer      
  serviceFormId string / guid      
  userId string / guid