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":"cc6eec35-9e4a-43fa-bc9b-33bfe9a841fe","serviceFormId":"0ba0ab1d-f36c-4833-9f96-75beab642143","formId":"a4bd77bf-ddd5-4e48-be5f-904df57563c5","fillingId":"6d752260-8467-42c1-bed3-2504ed182e6b","creationDateTime":"2026-07-28T07:48:30.6329677+00:00","lastModifiedDateTime":"2026-08-02T07:48:30.6329677+00:00","userId":"195e5802-a959-4237-857f-4bf91367f2cf","rating":5}}
object
  creationDateTime datetimeoffset      
  fillingId string / guid      
  formId string / guid      
  id string / guid      
  lastModifiedDateTime datetimeoffset      
  rating integer      
  serviceFormId string / guid      
  userId string / guid