v1
latestOpenAPI 3.0.12026-07-243266138.0 KBEndpoints
Get a review Veto by reviewID
This endpoint retrieves the veto for a specific review.
get/reviews/{reviewId}/vetos
Path parameters
reviewIdstring required
The review ID.
Headers
Authorizationstring required
An OAuth2 authorization header with an access token, see OAuth2
Response
The vetos for the given reviews.
Example response
{
"id": "vet-xxxxxxxx-yyyy-xxxx-yyyy-xxxxxxxxxxxx",
"ticketId": "123123",
"comment": "example comment",
"reason": "UNTRUTHFUL",
"createdAt": "2018-02-01T17:09:41.790Z",
"updatedAt": "2018-02-01T17:09:41.790Z"
}