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":"3eaeed10-faa9-4518-9498-73a96f18afe8","serviceFormId":"8620721c-2523-4ffd-b07d-6005f938e1c6","formId":"1755bec9-d3f5-4a66-b764-6a9df02e5096","fillingId":"03bb4ee8-faae-4857-9f1a-3855c56d5764","creationDateTime":"2025-06-28T23:48:20.5474485+00:00","lastModifiedDateTime":"2025-07-03T23:48:20.5474485+00:00","userId":"e4e3bfc4-aa3a-4a20-b72f-3e11258164af","rating":5}}
object
  creationDateTime datetimeoffset      
  fillingId string / guid      
  formId string / guid      
  id string / guid      
  lastModifiedDateTime datetimeoffset      
  rating integer      
  serviceFormId string / guid      
  userId string / guid