Allows a User to give feedback on a Prototype.
Prototype Feedback is accessed via /api/prototypefeedback
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in PrototypeFeedbackProperties.
See "Related Objects" in Introduction for how to use them.
The Prototype this feedback belongs to.
The User that submitted this feedback.
The services used to fetch and manipulate prototype feedback.
Searching for prototype feedback across all conventions is no longer supported. To search on a single prototype see "Relationships" in Prototype.
POST /api/prototypefeedback
Returns the same as a normal read.
GET /api/prototypefeedback/xxx
Returns:
{ "id" : "xxx", "prototype_id" : "xxx", ... }
PUT /api/prototypefeedback/xxx
Returns the same as a normal read.
DELETE /api/prototypefeedback/xxx
Returns:
{ "success" : 1 }