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":"a013095f-0971-4258-ac5a-b765f357ccda","serviceFormId":"bbeafece-63f0-45ec-abe2-97315a3993b4","formId":"573687fa-5b39-4938-9576-bb37d78ade74","fillingId":"209e9d5b-d582-47fe-be7b-635628519e0b","creationDateTime":"2026-09-18T10:01:27.308113+00:00","lastModifiedDateTime":"2026-09-23T10:01:27.308113+00:00","userId":"d404f426-46fd-4aeb-85f7-86b5b1d00a48","rating":5}}
object
  creationDateTime datetimeoffset      
  fillingId string / guid      
  formId string / guid      
  id string / guid      
  lastModifiedDateTime datetimeoffset      
  rating integer      
  serviceFormId string / guid      
  userId string / guid