API
Documentation and guides for the developers.
Reference
Guides
42 Api 2.0
Feedbacks
Feedbacks
The feedback of a
ScaleTeam
or an
Event
GET /v2/events/:event_id/feedbacks
Return all the feedbacks of the given Event
GET /v2/feedbacks
Return all the feedbacks
GET /v2/scale_teams/:scale_team_id/feedbacks
Return all the feedbacks of the given Scale team
See more
GET /v2/events/:event_id/feedbacks/:id
Get a feedback of the given Id, associated with the given Event
GET /v2/feedbacks/:id
Get a feedback
GET /v2/scale_teams/:scale_team_id/feedbacks/:id
Get a feedback of the given Id, associated with the given Scale team
See more
vpn_key
account_circle
POST /v2/events/:event_id/feedbacks
Create a feedback for the given Event
POST /v2/feedbacks
Create a feedback
POST /v2/scale_teams/:scale_team_id/feedbacks
Create a feedback for the given Scale team
See more
vpn_key
account_circle
PATCH /v2/events/:event_id/feedbacks/:id
Update a feedback for the given Id, associated with the given Event
PUT /v2/events/:event_id/feedbacks/:id
Update a feedback for the given Id, associated with the given Event
PATCH /v2/feedbacks/:id
Update a feedback
PUT /v2/feedbacks/:id
Update a feedback
PATCH /v2/scale_teams/:scale_team_id/feedbacks/:id
Update a feedback for the given Id, associated with the given Scale team
PUT /v2/scale_teams/:scale_team_id/feedbacks/:id
Update a feedback for the given Id, associated with the given Scale team
See more
vpn_key
account_circle
DELETE /v2/events/:event_id/feedbacks/:id
Destroy a feedback for the given Id, associated with the given Event
DELETE /v2/feedbacks/:id
Destroy a feedback
DELETE /v2/scale_teams/:scale_team_id/feedbacks/:id
Destroy a feedback for the given Id, associated with the given Scale team
See more
↑ Scroll to top
#index
#show
#create
#update
#destroy
Feedback