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":"8784f1cf-424d-4537-9dd0-141d47dd0ce2","serviceFormId":"e69cb538-9ffe-46f9-97a8-076048dfed73","formId":"20cd897e-4669-4654-ad4d-86081c98156c","fillingId":"029af3b2-403f-4bf6-aaa0-8368be10801e","creationDateTime":"2026-04-20T07:57:10.1718877+00:00","lastModifiedDateTime":"2026-04-25T07:57:10.1718877+00:00","userId":"666ea816-8bb5-4cb0-9681-528a0eb245dc","rating":5}}
object
  creationDateTime datetimeoffset      
  fillingId string / guid      
  formId string / guid      
  id string / guid      
  lastModifiedDateTime datetimeoffset      
  rating integer      
  serviceFormId string / guid      
  userId string / guid