Skip to main content

Get character achievements

Retrieve all achievements earned by a specific character.

Path Parameters
uuid uuid REQUIRED

UUID of the character

Query Parameters
per_page integer

Possible values: 1 ≤ value ≤ 100

Number of results per page

page integer

Possible values: 1 ≤ value

Page number

Responses
200

successful operation

Schema OPTIONAL
data object[] OPTIONAL
task object OPTIONAL

The task associated with this achievement

id integer OPTIONAL
name string OPTIONAL
score integer OPTIONAL

Points awarded for this achievement

created_at date-time OPTIONAL

Date and time when the achievement was earned

expires_at date-time OPTIONAL

Date and time when the achievement expires (null if permanent)

status string OPTIONAL

Possible values: [active, expired, permanent, end_of_session]

Current status of the achievement

links object OPTIONAL
first string OPTIONAL
last string OPTIONAL
prev string OPTIONAL
next string OPTIONAL
meta object OPTIONAL
current_page integer OPTIONAL
from integer OPTIONAL
last_page integer OPTIONAL
links object[] OPTIONAL
url string OPTIONAL
label string OPTIONAL
active boolean OPTIONAL
path string OPTIONAL
per_page integer OPTIONAL
to integer OPTIONAL
total integer OPTIONAL
404

Character not found

Schema OPTIONAL
error string OPTIONAL