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":"3f0c6ae2-f097-4f78-9a85-4f497130b410","serviceFormId":"445db5bc-ae71-49c3-bf48-1bf130fd4e31","formId":"704a9f61-ae20-4b78-9514-9fcd29aae168","fillingId":"b9c0e052-adf8-4cf3-b07b-eb47c0e17923","creationDateTime":"2025-07-24T20:46:41.0906282+00:00","lastModifiedDateTime":"2025-07-29T20:46:41.0906282+00:00","userId":"a51ec3dc-55fa-4d55-93bc-f46c12f325cc","rating":5}}
object
  creationDateTime datetimeoffset      
  fillingId string / guid      
  formId string / guid      
  id string / guid      
  lastModifiedDateTime datetimeoffset      
  rating integer      
  serviceFormId string / guid      
  userId string / guid