Skip to main content

Get character activity

Retrieve the online/offline activity history for 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
online_at date-time OPTIONAL

When the character came online

offline_at date-time OPTIONAL

When the character went offline (null if still online)

minutes_online integer OPTIONAL

Duration of the session in minutes

streak_id string OPTIONAL

Identifier for tracking consecutive sessions

game_server_id integer OPTIONAL

ID of the game server where the session occurred

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