Links

Feedback API

Using the feedback API

API Description can be found in our Swagger docs here: https://app.swaggerhub.com/apis/ProdCamp/prodcamp_app
get
https://app.prodcamp.com
/api/v1/feedback
post
https://app.prodcamp.com
/api/v1/feedback
get
https://app.prodcamp.com
/api/v1/feedback/{id}
put
https://app.prodcamp.com
/api/v1/feedback/{id}
delete
https://app.prodcamp.com
/api/v1/feedback/{id}
put
https://app.prodcamp.com
/api/v1/feedback/batch/delete
post
https://app.prodcamp.com
/api/v1/feedback/batch/update
get
https://app.prodcamp.com
/api/v1/feedback/states
post
https://app.prodcamp.com
/api/v1/feedback/{feedbackId}/state
put
https://app.prodcamp.com
/api/v1/feedback/{feedbackId}/features
get
https://app.prodcamp.com
/api/v1/feedback/{feedbackId}/comments
post
https://app.prodcamp.com
/api/v1/feedback/{feedbackId}/comments
put
https://app.prodcamp.com
/api/v1/feedback/comments/{commentId}
delete
https://app.prodcamp.com
/api/v1/feedback/comments/{commentId}

Some models explained