Relesys API Docs

v1

https://api.relesysapp.net/api/v1

Fillings

Get Filling Feedback
GET /serviceforms/{serviceFormId}/forms/{formId}/fillings/{fillingId}/feedback
https://api.relesysapp.net/api/v1/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":"9138efd1-7366-4715-87e2-85c9da617daa","serviceFormId":"cd885938-203e-4868-8911-c476ecd5824b","formId":"78bc5676-80e0-4ccb-81bc-90d80548df68","fillingId":"317513ca-d0e7-46f1-a773-8a03f156ea42","creationDateTime":"2025-04-27T02:32:14.6607837+00:00","lastModifiedDateTime":"2025-05-02T02:32:14.6607837+00:00","userId":"98a8052e-05bb-45ce-a582-81a0db02f129","rating":5}}
object
  creationDateTime datetimeoffset      
  fillingId string / guid      
  formId string / guid      
  id string / guid      
  lastModifiedDateTime datetimeoffset      
  rating integer      
  serviceFormId string / guid      
  userId string / guid