# Review events

## Overview

This endpoint returns the list of review events that happened on a claimed quest.&#x20;

## The Review Event Object

***

**id** - *String*

ID of the review event

***

**createdAt** - *String*&#x20;

ISO timestamp that indicates the creation date and time of the review event

***

**type** - *Enum (error, success, cancel)*\
Type of the review event.

***

**data** - *Object*

Object containing the comment written by the reviewer at the moment of the review and the bonus XP given, if any.

***

**reviewer** - *Object*

Object containing the `id`, `name`, and `avatar` url of the reviewer

***

## API Specification

{% openapi src="<https://api-v2.zealy.io/swagger.json>" path="/public/communities/{subdomain}/reviews/{id}/events" method="get" %}
<https://api-v2.zealy.io/swagger.json>
{% endopenapi %}
