### Get War Logs [GET /logs/{warId}] Ge the combined log object, containing all events in collections, for a single war + Parameters + warId: `5abf65ae3fc5fa349ffd5ca3` (string, required) - unique id of the war + Response 200 (application/json; charset=utf-8) + Attributes + points (array[LogPoints], required) + budget (array[LogBudget], required) + respawn (array[LogRespawn], required) + revive (array[LogRevive], required) + kill (array[LogKill], required) + vehicle (array[LogVehicle], required) + transport (array[LogTransport], required) + flag (array[LogFlag], required)