Get character activity
Retrieve the online/offline activity history for a specific character.
Path Parameters |
---|
uuid uuid — REQUIRED |
Query Parameters |
---|
per_page integerPossible values: 1 ≤ value ≤ 100 Number of results per page |
page integerPossible values: 1 ≤ value |
Responses |
---|
Schema — OPTIONAL |
---|
data object[] — OPTIONALonline_at date-time — OPTIONALWhen the character came online | offline_at date-time — OPTIONALWhen the character went offline (null if still online) | minutes_online integer — OPTIONALDuration of the session in minutes | streak_id string — OPTIONALIdentifier for tracking consecutive sessions | game_server_id integer — OPTIONALID of the game server where the session occurred |
| links object — OPTIONALfirst string — OPTIONAL | last string — OPTIONAL | prev string — OPTIONAL | next string — OPTIONAL |
| meta object — OPTIONALcurrent_page integer — OPTIONAL | from integer — OPTIONAL | last_page integer — OPTIONAL | links object[] — OPTIONALurl string — OPTIONAL | label string — OPTIONAL | active boolean — OPTIONAL |
| path string — OPTIONAL | per_page integer — OPTIONAL | to integer — OPTIONAL | total integer — OPTIONAL |
|
|
Schema — OPTIONAL |
---|
error string — OPTIONAL |
|