Current character online

Current character online

in API Development

Posted by: Bormotun.9568

Bormotun.9568

Is there way to get info what character currently online for certain account.

Porbably add field to account endpoint

{
  lastSeen: ....// - date time character enters the world
  character: {
    name: John,
    professtion: elementalist
    level: 80 //optionaly
  }
}